select.html 630 B

123456789101112131415161718192021222324252627282930313233
  1. <section>
  2. <h2 id="data-adapters-select-tag">
  3. Can Select2 be used with a <code>&lt;select&gt;</code> tag?
  4. </h2>
  5. <h3>
  6. Does Select2 support nesting options?
  7. </h3>
  8. <p>
  9. Yes, just like in a standard <code>select</code>.
  10. </p>
  11. <h3>
  12. How many levels of nesting can there be?
  13. </h3>
  14. <p>
  15. Only a single level of nesting is allowed per the HTML specification.
  16. </p>
  17. <h3>
  18. Can <code>&lt;optgroup&gt;</code> tags be made selectable?
  19. </h3>
  20. <p>
  21. No.
  22. </p>
  23. <h3>
  24. How are <code>&lt;option&gt;</code> and <code>&lt;optgroup&gt;</code> tags serialized into data objects?
  25. </h3>
  26. </section>