1
0
mirror of synced 2024-11-23 13:36:01 +03:00
select2/docs/_includes/options-new/selections/placeholder.html
Kevin Brown 75abd407c8 Continue building out the FAQ
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.
2015-08-31 20:43:01 -04:00

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&apos;t being displayed in Internet Explorer
</h3>
<p>
You need to include Placeholders.js on your page, or use the full build.
</p>
</section>