-
Notifications
You must be signed in to change notification settings - Fork 167
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
click on input to close the select popup ? #182
Comments
Can you not just change the isOpen variable that you have to open/close the datetimepicker? |
@Gillardo thx also if i close outside the select i can not detect it and then the isOpen model did not changed
i put directive on div above input and pass parma (can not add directive on the input cause multiple directive error occurred) |
Can you create a simple plunkr and i can have a look? |
@Gillardo thx again the difference is that i ' m not using the clock icon - i have the ng click in the input field so i want the input will also click the time form and no just open it
|
Would it not be better to use the blur and focus events? |
could you show me an example please? |
HI - how can i close the select popup if the user click again on the input - even the popup is open , as in regular selectbox ?
thanks a lot
The text was updated successfully, but these errors were encountered: