Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
73ca04df
"js/src/dom/event-handler.js" did not exist on "f0c6b24bd78638736155d6e963621ea19dc68046"
Commit
73ca04df
authored
7 years ago
by
Mark Otto
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
space custom select sizing examples
parent
c468f89b
6 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!25494
web pack
,
!25326
Adjust examples
,
!23207
#22402 : modal: new autofocus & keyboardBtnNav options
,
!17021
v4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/components/forms.md
+1
-1
docs/4.0/components/forms.md
with
1 addition
and
1 deletion
+1
-1
docs/4.0/components/forms.md
+
1
-
1
View file @
73ca04df
...
@@ -1023,7 +1023,7 @@ Custom `<select>` menus need only a custom class, `.custom-select` to trigger th
...
@@ -1023,7 +1023,7 @@ Custom `<select>` menus need only a custom class, `.custom-select` to trigger th
You may also choose from small and large custom selects to match our similarly sized text inputs.
You may also choose from small and large custom selects to match our similarly sized text inputs.
{% example html %}
{% example html %}
<select
class=
"custom-select custom-select-lg"
>
<select
class=
"custom-select custom-select-lg
mb-3
"
>
<option
selected
>
Open this select menu
</option>
<option
selected
>
Open this select menu
</option>
<option
value=
"1"
>
One
</option>
<option
value=
"1"
>
One
</option>
<option
value=
"2"
>
Two
</option>
<option
value=
"2"
>
Two
</option>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets