bootstrap-fullscreen-select icon indicating copy to clipboard operation
bootstrap-fullscreen-select copied to clipboard

Change event

Open ontic opened this issue 9 years ago • 1 comments

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');

ontic avatar Apr 06 '15 12:04 ontic

I need the same thing. I can confirm that the above fix is working.

gabrielbratescu avatar Oct 27 '16 13:10 gabrielbratescu