75abd407c8
This adds more questions that will eventually get answers. Most of these questions are already answered either in the current documentation or on Stack Overflow, so it shouldn't be too difficult to fill out answers for them.
29 lines
567 B
HTML
29 lines
567 B
HTML
<section>
|
|
<h2 id="placeholder">
|
|
How can I have Select2 display a placeholder?
|
|
</h2>
|
|
|
|
<h3>
|
|
My first option is being displayed instead of my placeholder
|
|
</h3>
|
|
|
|
<h3>
|
|
I am using AJAX, can I still show a placeholder?
|
|
</h3>
|
|
|
|
<h3>
|
|
Can I use a placeholder without a blank value?
|
|
</h3>
|
|
|
|
<h3>
|
|
Can I change how the placeholder looks?
|
|
</h3>
|
|
|
|
<h3>
|
|
My placeholders aren't being displayed in Internet Explorer
|
|
</h3>
|
|
|
|
<p>
|
|
You need to include Placeholders.js on your page, or use the full build.
|
|
</p>
|
|
</section> |