Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select event collides with built-in jQuery event #58

Open
musicin3d opened this issue Apr 27, 2018 · 0 comments
Open

Select event collides with built-in jQuery event #58

musicin3d opened this issue Apr 27, 2018 · 0 comments

Comments

@musicin3d
Copy link

musicin3d commented Apr 27, 2018

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:

  1. Rename the event to "selected"
  2. Prevent the plugin from intercepting and renaming the event
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant