-
Notifications
You must be signed in to change notification settings - Fork 31
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
The change event does not fire the first time a selection is made after a user enters text in the combo box #75
Comments
I have found that I can correct the issue by commenting out lines 723-726 as shown in the following code snippet. I'm not sure what the purpose of these lines of code is for though so I'd like to know more about the implications:
|
@ben-m-lucas - I have created this fiddle that I think demonstrates what you mean: http://jsfiddle.net/gjsjohnmurray/vgqvww6s/ I think the lines you commented out above are needed to suppress undesirable change events, for example if value is changed programmatically. I will investigate the issue and try to provide a fix for the missing event. |
@gjsjohnmurray - Yes, that fiddle does demonstrate the issue. Thank you, and let me know what you find. |
Fix upstream issue ivkremer#75, demonstrated by http://jsfiddle.net/gjsjohnmurray/vgqvww6s/
Steps to reproduce
The text was updated successfully, but these errors were encountered: