diff --git a/select2-latest.html b/select2-latest.html index 16ede629..ca2f56eb 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -1625,6 +1625,20 @@ $("#select").select2({
+Fired when a choice is being selected in the dropdown, but before any modification has been made to the selection.
+ This event is used to allow the user to reject selection by calling event.preventDefault()
The event object contains the following custom properties: +
The event object contains the following custom properties: