jquery-editable-select
jquery-editable-select copied to clipboard
Select event collides with built-in jQuery event
When the use highlights text inside a text input, jQuery fires a "select" event. This plugin intercepts the event, adds the suffix to it, and refires it. This breaks client code that depends of the "select.editable-select" event (for example, to auto-submit the form).
I see two possible solutions:
- Rename the event to "selected"
- Prevent the plugin from intercepting and renaming the event