diff --git a/select2-latest.html b/select2-latest.html index 261cbaa0..0ea5bcc9 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -1708,6 +1708,15 @@ $("#select").select2({
+Fired when a choice is being cleared in the dropdown, but before any modification has been made to the selection.
+ This event is used to allow the user to reject the clear by calling event.preventDefault()
For the clear button to be visible the allowClear
option needs to be true
.