clearing-selections.html 413 B

1234567891011121314151617
  1. <section>
  2. <h2 id="allowClear">
  3. Can I allow users to clear their selections?
  4. </h2>
  5. <h3>
  6. The "x" icon is not clearing the selection
  7. </h3>
  8. {% include options/not-written.html %}
  9. <h3>
  10. Can users remove all of their selections in a multiple select at once?
  11. </h3>
  12. <p>Yes, see: <a href="examples.html#programmatic">https://select2.github.io/examples.html#programmatic</a></p>
  13. </section>