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? What should the results returned to Select2 look like?
</h3> </h3>
{% include options-new/not-written.html %}
<h3> <h3>
Is there a way to modify the response before passing it back to Select2? Is there a way to modify the response before passing it back to Select2?
</h3> </h3>

View File

@ -7,11 +7,23 @@
What events will Select2 trigger? What events will Select2 trigger?
</h3> </h3>
{% include options-new/not-written.html %}
<h3> <h3>
How can I attach listeners for these events? How can I attach listeners for these events?
</h3> </h3>
{% include options-new/not-written.html %}
<h3> <h3>
What events does Select2 listen for? What events does Select2 listen for?
</h3> </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> </section>

View File

@ -2,12 +2,16 @@
<h2 id="allowClear"> <h2 id="allowClear">
Can I allow users to clear their selections? Can I allow users to clear their selections?
</h2> </h2>
<h3> <h3>
The "x" icon is not clearing the selection The "x" icon is not clearing the selection
</h3> </h3>
{% include options-new/not-written.html %}
<h3> <h3>
Can users remove all of their selections in a multiple select at once? Can users remove all of their selections in a multiple select at once?
</h3> </h3>
{% include options-new/not-written.html %}
</section> </section>

View File

@ -2,16 +2,22 @@
<h2 id="templateSelection"> <h2 id="templateSelection">
How can I customize the way selections are displayed? How can I customize the way selections are displayed?
</h2> </h2>
<h3> <h3>
Nothing is being displayed when I select an option Nothing is being displayed when I select an option
</h3> </h3>
{% include options-new/not-written.html %}
<h3> <h3>
I am using HTML in my selection template but it isn't displaying it I am using HTML in my selection template but it isn't displaying it
</h3> </h3>
{% include options-new/not-written.html %}
<h3> <h3>
How can I access the container where the selection is displayed? How can I access the container where the selection is displayed?
</h3> </h3>
{% include options-new/not-written.html %}
</section> </section>