@@ -33,6 +33,7 @@ <h3>Example of <a href="https://github.com/ttskch/select2-bootstrap4-theme" targ
3333 < option > 5</ option >
3434 </ select >
3535 </ div >
36+
3637 < div class ="form-group ">
3738 < label > Example of multiple select</ label >
3839 < select multiple data-placeholder ="Choose anything " data-allow-clear ="1 ">
@@ -58,11 +59,13 @@ <h3>Example of <a href="https://github.com/ttskch/select2-bootstrap4-theme" targ
5859 < option > Pennie Khang</ option >
5960 </ select >
6061 </ div >
62+
6163 < div class ="form-group ">
6264 < label > Example of disabled select</ label >
6365 < select disabled data-placeholder ="Cannot choose " data-allow-clear ="1 ">
6466 </ select >
6567 </ div >
68+
6669 < div class ="form-group ">
6770 < label > Example of select with optgroup</ label >
6871 < select data-placeholder ="Choose one thing " data-allow-clear ="1 ">
@@ -79,21 +82,22 @@ <h3>Example of <a href="https://github.com/ttskch/select2-bootstrap4-theme" targ
7982 </ optgroup >
8083 </ select >
8184 </ div >
85+
8286 < div class ="form-group ">
8387 < label > Example of input-group</ label >
8488 < div class ="input-group ">
8589 < div class ="input-group-prepend ">
8690 < span class ="input-group-text "> Prepend</ span >
8791 </ div >
88- < select data-placeholder ="Choose on thing " data-allow-clear ="1 ">
92+ < select data-placeholder ="Choose one thing " data-allow-clear ="1 ">
8993 < option > </ option >
9094 < option > 1</ option >
9195 < option > 2</ option >
9296 < option > 3</ option >
9397 </ select >
9498 </ div >
9599 < div class ="input-group mt-2 ">
96- < select data-placeholder ="Choose on thing " data-allow-clear ="1 ">
100+ < select data-placeholder ="Choose one thing " data-allow-clear ="1 ">
97101 < option > </ option >
98102 < option > 1</ option >
99103 < option > 2</ option >
@@ -107,7 +111,7 @@ <h3>Example of <a href="https://github.com/ttskch/select2-bootstrap4-theme" targ
107111 < div class ="input-group-prepend ">
108112 < span class ="input-group-text "> Prepend</ span >
109113 </ div >
110- < select data-placeholder ="Choose on thing " data-allow-clear ="1 ">
114+ < select data-placeholder ="Choose one thing " data-allow-clear ="1 ">
111115 < option > </ option >
112116 < option > 1</ option >
113117 < option > 2</ option >
@@ -118,6 +122,7 @@ <h3>Example of <a href="https://github.com/ttskch/select2-bootstrap4-theme" targ
118122 </ div >
119123 </ div >
120124 </ div >
125+
121126 < div class ="form-group ">
122127 < label > Example of validated select</ label >
123128 < select data-placeholder ="Invalid example " class ="form-control is-invalid " data-allow-clear ="1 ">
0 commit comments