-
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
bug: form validation not highlighting errors on mode md #23733
Comments
Thanks for the issue. Could you reproduce this in an Ionic starter app and provide a link to the repo? |
Thanks for the issue! This issue has been labeled as Please reproduce this issue in an Ionic starter application and provide a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed. If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue. For a guide on how to create a good reproduction, see our Contributing Guide. |
@liamdebeasi Please see reproduction here on click of the login button
|
resolves #23733 #23850 Co-authored-by: Will Martin <[email protected]>
Thanks for the issue. This has been resolved via #23853, and a fix will be available in an upcoming release of the Ionic Framework v6 beta. |
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. |
Prequisites
Ionic Framework Version
Current Behavior
On ionic Angular, the form fields will highlight red for when
.markAllAsTouched()
foritem mode="md"
.After upgrading to v6, the behavior is not experienced anymore. the highlight only shows when fields are focused__
Expected Behavior
The form should show (highlight) errors on the fields when submitted or
.markAllAsTouched()
Steps to Reproduce
upgrade ionic angular
npm install @ionic/angular@next
from v5 to v6Code Reproduction URL
No response
Ionic Info
Ionic:
Ionic CLI : 6.16.3 (/Users/jonathan/.nvm/versions/node/v16.4.2/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 6.0.0-beta.2
@angular-devkit/build-angular : 12.1.2
@angular-devkit/schematics : 12.1.2
@angular/cli : 12.1.2
@ionic/angular-toolkit : 4.0.0
Capacitor:
Capacitor CLI : 3.1.2
@capacitor/android : 3.1.2
@capacitor/core : 3.1.2
@capacitor/ios : 3.1.2
Utility:
cordova-res : not installed globally
native-run : 1.4.0
System:
NodeJS : v16.4.2 (/Users/jonathan/.nvm/versions/node/v16.4.2/bin/node)
npm : 7.18.1
OS : macOS Big Sur
Additional Information
No response
The text was updated successfully, but these errors were encountered: