-
Notifications
You must be signed in to change notification settings - Fork 98
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
search parameter input closes when you click on it #38
Comments
I'm using here the standard ng-blur directive from angular, any idea how we can fix this? |
Should be fixed with: |
Can you explain what your code does? It doesn't work for me. |
The target element in the Blur event is the Element with the ng-blur directive. In my test case the HTML-Element which caused, that the input element lost its focus was |
I was not referring to typeahead elements but the search param where you tipe in the values to filter with.
|
Thanks for you help. I'll try to understand and test your contributions. |
Please test my latest commit if this fixes both issues. |
Closing this now, please reopen if issue is still present |
The ng-blur on the input with name = "value" fires also when you click onto the word you are typing. I want the input to leave the edit mode only when you click OUT of the input bar
The text was updated successfully, but these errors were encountered: