-
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
ng-touched applied to ion-input on keyup instead of blur as of release 3.4.0 #12102
Comments
Hi. Just to confirm this happens with Ionic 3.4.2 as well. |
I have the same problem with ionic 3.4.2... |
Yep, same here! I can confirm this is still an issue in 3.5.0 and 3.6.0 |
The attibute @manucorporat plz, can you check my PR? #12315 |
Hey folks! Sorry this feel under that radar. @RodolfoSilva we'll look at your PR and give it a test. |
@mhartington is there any progress as this is really an annoying issue? |
Hi @kensodemann |
@ddahan - this fix was intentionally delayed until after the |
@kensodemann, problem isn't solved. After manually setting controls to touched, there is no updates in UI.
template:
|
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. |
Ionic version: (check one with "x")
[ ] 1.x (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
[ ] 2.x
[X] 3.x
I'm submitting a ... (check one with "x")
[X] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
ng-touched is being applied to ion-input fields on keyup
Expected behavior:
ng-touched should be applied to ion-input fields on blur
Steps to reproduce:
The bug is present in
ionic-angular@3.4.0
, but NOT present inionic-angular@3.3.0
.Create a basic formBuilder form, start typing into ion-input field. ng-touched is added on keyup. Start typing into standard input field, ng-touched is added on blur.
http://plnkr.co/edit/8NtRId4YGbhXTHcWOMfV?p=preview
Other information:
Bug was introduced in release 3.4.0 as it works as expected in 3.3.0.
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: