Commit 12820f9a authored by Vasyl Zuzyak's avatar Vasyl Zuzyak

'onChange' event handler is not invoked when 'select' API is used

parent f040b312
......@@ -420,6 +420,7 @@
$option.attr('selected', 'selected').prop('selected', true);
this.updateButtonText();
this.options.onChange($option, checked);
},
// Deselect an option by its value.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment