-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
clearInput not working after first time #6514
Comments
This actually is being caused by being focused in the input. I am going to push this back but I'd like to only show the clearInput button on focus. |
My understanding on this is that it should be visible only on focus (otherwise confusing). @brandyscarney - by any chance any ETA for 2.0.0-beta.8 :) |
This will be fixed in the beta 10 release. 😄 |
@brandyscarney I am still having this same issue with RC4. In my case; however, I have a (click) event tied on an ion-input. It consistently requires two taps for the click event to fire.
|
I'm having problems getting clearInput working at the moment too.
local packages:
System:
Looked at code in sample here: Update. It seems necessary to surround the ion-input with an ion-item to make the thing work! |
Hi, I am facing the same issue. |
hello,I also encountered |
same for me After double tap only date picker opens |
I don’t think old issues are followed by Ionic team. You better create a new one if still a problem. Make sure you are using latest v4 version. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Also need to move it to the ion-input in demos
The text was updated successfully, but these errors were encountered: