|
@@ -94,9 +94,9 @@ $(".js-example-basic-multiple").select2();
|
|
|
</div>
|
|
|
</section>
|
|
|
|
|
|
- <section id="placeholders" class="row">
|
|
|
+ <section class="row">
|
|
|
<div class="col-md-4">
|
|
|
- <h1>Placeholders</h1>
|
|
|
+ <h1 id="placeholders">Placeholders</h1>
|
|
|
|
|
|
<p>
|
|
|
A placeholder value can be defined and will be displayed until a selection is made.
|
|
@@ -136,9 +136,9 @@ $(".js-example-placeholder-multiple").select2({
|
|
|
</div>
|
|
|
</section>
|
|
|
|
|
|
- <section id="templating" class="row">
|
|
|
+ <section class="row">
|
|
|
<div class="col-md-4">
|
|
|
- <h1>Templating</h1>
|
|
|
+ <h1 id="templating">Templating</h1>
|
|
|
|
|
|
<p>
|
|
|
Various display options of the Select2 component can be changed
|