-
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
ionic2 <button> needs click twice in <ion-item> besides a <ion-input> #6944
Comments
Thanks for the issue! This isn't an exact duplicate of #6514, but they are both caused by the same problem which is that you have to blur the input in order to click the button. |
Thanks for the issue! This will be fixed in the beta 10 release. 😄 |
Thanks for your works @brandyscarney 👍 |
@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.
|
Getting same issue with :
Date will need double click to show native calendar Ionic V. 3.12.0 |
I'm also having the same issue as above. My date fields are requiring two clicks in order to show the calendar. <ion-item>
<ion-label floating>{{ 'Due Date' }}</ion-label>
<ion-input type="date" [(ngModel)]="date" name="date"></ion-input>
</ion-item> ionic V. 3.13.0 |
Same issue for me, i need double click to show native calendar. |
I have fixed it by writing the following style in my .scss file: .input-cover{ |
Above is not working |
same for me After double tap only date picker opens |
@jaggu07 the issue is closed 2 years ago. I don’t think Ionic team is following old closed issues. You better create a new issue with reference to this one if still a problem. |
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. |
Steps to reproduce:
<ion-input>
<ion-input>
<ion-input>
and the second click is the real click on the button.The text was updated successfully, but these errors were encountered: