placeholder.html 567 B

1234567891011121314151617181920212223242526272829
  1. <section>
  2. <h2 id="placeholder">
  3. How can I have Select2 display a placeholder?
  4. </h2>
  5. <h3>
  6. My first option is being displayed instead of my placeholder
  7. </h3>
  8. <h3>
  9. I am using AJAX, can I still show a placeholder?
  10. </h3>
  11. <h3>
  12. Can I use a placeholder without a blank value?
  13. </h3>
  14. <h3>
  15. Can I change how the placeholder looks?
  16. </h3>
  17. <h3>
  18. My placeholders aren&apos;t being displayed in Internet Explorer
  19. </h3>
  20. <p>
  21. You need to include Placeholders.js on your page, or use the full build.
  22. </p>
  23. </section>