-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fix(typeahead): Clicking an item does not raise the typeaheadOnSelect event #363
Comments
I got the same result on Mac Chrome, Mac Firefox and Windows IE11. |
valorkin
changed the title
Typeahead: Clicking an item does not raise the typeaheadOnSelect event
fix(typeahead): Clicking an item does not raise the typeaheadOnSelect event
Apr 1, 2016
+1 |
currently a blocker |
Seems that #351 did break this, blur event seems to override select event callback for some reason. |
ups, sorry for introducing this bug with my blur event commit. I noticed it today myself, seems I always selected by pressing enter before... |
fkowal
pushed a commit
to fkowal/ng2-bootstrap
that referenced
this issue
Apr 12, 2016
Hi made a fix using a different approve. #398 Which one makes more sense ? |
valorkin
pushed a commit
that referenced
this issue
Apr 12, 2016
valorkin
changed the title
fix(typeahead): Clicking an item does not raise the typeaheadOnSelect event
fix(typeahead): Clicking an item does not raise the typeaheadOnSelect event
Apr 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repo steps:
Result: The suggestions list disappears, but the typeaheadOnSelect is not raised and the input field is empty.
Expected: That the typeaheadOnSelect event is raised just as it would be if I'd hit enter.
The text was updated successfully, but these errors were encountered: