From 962fd63a6798e51a7beb36b7ad1b565116c4eea7 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Sun, 27 Mar 2016 14:46:29 -0400 Subject: [PATCH] Stub question about event data --- docs/_includes/options/events/jquery.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/_includes/options/events/jquery.html b/docs/_includes/options/events/jquery.html index 319f1890..680deaa8 100644 --- a/docs/_includes/options/events/jquery.html +++ b/docs/_includes/options/events/jquery.html @@ -40,6 +40,12 @@
Triggered before a selection is removed. This event can be prevented.
+

+ Does Select2 include extra information in these events? +

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

How can I attach listeners for these events?