1
0
mirror of synced 2025-02-04 06:09:23 +03:00

A bunch of questions are missing answers

These will be filled in at a later point in time, hopefully later today.
This commit is contained in:
Kevin Brown 2015-09-13 11:32:41 -04:00
parent 119df9b09f
commit 46ab1ebc8d
4 changed files with 28 additions and 4 deletions

View File

@ -19,6 +19,8 @@
What should the results returned to Select2 look like?
</h3>
{% include options-new/not-written.html %}
<h3>
Is there a way to modify the response before passing it back to Select2?
</h3>

View File

@ -7,11 +7,23 @@
What events will Select2 trigger?
</h3>
{% include options-new/not-written.html %}
<h3>
How can I attach listeners for these events?
</h3>
{% include options-new/not-written.html %}
<h3>
What events does Select2 listen for?
</h3>
{% include options-new/not-written.html %}
<h3>
What events can be prevented? How can I prevent a selection from being made?
</h3>
{% include options-new/not-written.html %}
</section>

View File

@ -7,7 +7,11 @@
The "x" icon is not clearing the selection
</h3>
{% include options-new/not-written.html %}
<h3>
Can users remove all of their selections in a multiple select at once?
</h3>
{% include options-new/not-written.html %}
</section>

View File

@ -7,11 +7,17 @@
Nothing is being displayed when I select an option
</h3>
{% include options-new/not-written.html %}
<h3>
I am using HTML in my selection template but it isn't displaying it
</h3>
{% include options-new/not-written.html %}
<h3>
How can I access the container where the selection is displayed?
</h3>
{% include options-new/not-written.html %}
</section>