Skip to content

Commit 46ab1eb

Browse files
committed
A bunch of questions are missing answers
These will be filled in at a later point in time, hopefully later today.
1 parent 119df9b commit 46ab1eb

4 files changed

Lines changed: 28 additions & 4 deletions

File tree

docs/_includes/options-new/data/ajax.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ <h3>
1919
What should the results returned to Select2 look like?
2020
</h3>
2121

22+
{% include options-new/not-written.html %}
23+
2224
<h3>
2325
Is there a way to modify the response before passing it back to Select2?
2426
</h3>

docs/_includes/options-new/events/jquery.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,23 @@ <h3>
77
What events will Select2 trigger?
88
</h3>
99

10+
{% include options-new/not-written.html %}
11+
1012
<h3>
1113
How can I attach listeners for these events?
1214
</h3>
1315

16+
{% include options-new/not-written.html %}
17+
1418
<h3>
1519
What events does Select2 listen for?
1620
</h3>
21+
22+
{% include options-new/not-written.html %}
23+
24+
<h3>
25+
What events can be prevented? How can I prevent a selection from being made?
26+
</h3>
27+
28+
{% include options-new/not-written.html %}
1729
</section>

docs/_includes/options-new/selections/clearing-selections.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
<h2 id="allowClear">
33
Can I allow users to clear their selections?
44
</h2>
5-
5+
66
<h3>
77
The "x" icon is not clearing the selection
88
</h3>
99

10+
{% include options-new/not-written.html %}
11+
1012
<h3>
1113
Can users remove all of their selections in a multiple select at once?
1214
</h3>
15+
16+
{% include options-new/not-written.html %}
1317
</section>

docs/_includes/options-new/selections/templating.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,22 @@
22
<h2 id="templateSelection">
33
How can I customize the way selections are displayed?
44
</h2>
5-
5+
66
<h3>
77
Nothing is being displayed when I select an option
88
</h3>
9-
9+
10+
{% include options-new/not-written.html %}
11+
1012
<h3>
1113
I am using HTML in my selection template but it isn't displaying it
1214
</h3>
13-
15+
16+
{% include options-new/not-written.html %}
17+
1418
<h3>
1519
How can I access the container where the selection is displayed?
1620
</h3>
21+
22+
{% include options-new/not-written.html %}
1723
</section>

0 commit comments

Comments
 (0)