diff --git a/docs/_includes/options-new/data/ajax.html b/docs/_includes/options-new/data/ajax.html index 02776ca1..1160f805 100644 --- a/docs/_includes/options-new/data/ajax.html +++ b/docs/_includes/options-new/data/ajax.html @@ -19,6 +19,8 @@ What should the results returned to Select2 look like? + {% include options-new/not-written.html %} +

Is there a way to modify the response before passing it back to Select2?

diff --git a/docs/_includes/options-new/events/jquery.html b/docs/_includes/options-new/events/jquery.html index d28fa93b..5c6cac3d 100644 --- a/docs/_includes/options-new/events/jquery.html +++ b/docs/_includes/options-new/events/jquery.html @@ -7,11 +7,23 @@ What events will Select2 trigger? + {% include options-new/not-written.html %} +

How can I attach listeners for these events?

+ {% include options-new/not-written.html %} +

What events does Select2 listen for?

+ + {% include options-new/not-written.html %} + +

+ What events can be prevented? How can I prevent a selection from being made? +

+ + {% include options-new/not-written.html %} \ No newline at end of file diff --git a/docs/_includes/options-new/selections/clearing-selections.html b/docs/_includes/options-new/selections/clearing-selections.html index f66603fd..ae3ac7d7 100644 --- a/docs/_includes/options-new/selections/clearing-selections.html +++ b/docs/_includes/options-new/selections/clearing-selections.html @@ -2,12 +2,16 @@

Can I allow users to clear their selections?

- +

The "x" icon is not clearing the selection

+ {% include options-new/not-written.html %} +

Can users remove all of their selections in a multiple select at once?

+ + {% include options-new/not-written.html %} \ No newline at end of file diff --git a/docs/_includes/options-new/selections/templating.html b/docs/_includes/options-new/selections/templating.html index 0fb6aac1..460431a5 100644 --- a/docs/_includes/options-new/selections/templating.html +++ b/docs/_includes/options-new/selections/templating.html @@ -2,16 +2,22 @@

How can I customize the way selections are displayed?

- +

Nothing is being displayed when I select an option

- + + {% include options-new/not-written.html %} +

I am using HTML in my selection template but it isn't displaying it

- + + {% include options-new/not-written.html %} +

How can I access the container where the selection is displayed?

+ + {% include options-new/not-written.html %} \ No newline at end of file