123456789101112131415161718192021222324252627282930313233 |
- <section>
- <h2 id="data-adapters-select-tag">
- Can Select2 be used with a <code><select></code> tag?
- </h2>
- <h3>
- Does Select2 support nesting options?
- </h3>
- <p>
- Yes, just like in a standard <code>select</code>.
- </p>
- <h3>
- How many levels of nesting can there be?
- </h3>
- <p>
- Only a single level of nesting is allowed per the HTML specification.
- </p>
- <h3>
- Can <code><optgroup></code> tags be made selectable?
- </h3>
- <p>
- No.
- </p>
- <h3>
- How are <code><option></code> and <code><optgroup></code> tags serialized into data objects?
- </h3>
- </section>
|