You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: