bootstrap-fullscreen-select
bootstrap-fullscreen-select copied to clipboard
Change event
Hey mate, thanks sharing this plugin with the world. I've encountered a bug/limitation when trying to use this plugin in a recent project.
I was listening to change events on the select elements but noticed they weren't getting triggered. Was this intended? If not below is a quick fix.
See: Line 271
this.$e.val(selectedOptions).trigger('change');
I need the same thing. I can confirm that the above fix is working.