1
0
mirror of synced 2024-11-26 23:06:02 +03:00
select2/docs/_includes/options/selections/clearing-selections.html
2015-12-11 13:25:09 -02:00

18 lines
413 B
HTML

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