Skip to content
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: ion-item don't changes ion-untouched to ion-touched on form markAllAsTouched(); #24483

Closed
4 of 6 tasks
qliqdev opened this issue Dec 23, 2021 · 7 comments
Closed
4 of 6 tasks
Assignees
Labels
package: angular @ionic/angular package type: bug a confirmed bug report

Comments

@qliqdev
Copy link
Contributor

qliqdev commented Dec 23, 2021

Prerequisites

Ionic Framework Version

  • v4.x
  • v5.x
  • v6.x

Current Behavior

ion-item class="ion-untouched ion-pristine ion-invalid item-interactive item-input item ios item-fill-none in-list hydrated item-label item-label-floating"

Expected Behavior

After form submitting i use markAllAsTouched()
in previous versions it worked well

ion-item class="ion-touched ion-pristine ion-invalid item-interactive item-input item ios item-fill-none in-list hydrated item-label item-label-floating"

Steps to Reproduce

just place ion-item with ion-input inside form element

Code Reproduction URL

Ionic Info

Ionic:

   Ionic CLI                     : 6.18.1 (....../.nvm/versions/node/v16.13.0/lib/node_modules/@ionic/cli)
   Ionic Framework               : @ionic/angular 6.0.1
   @angular-devkit/build-angular : 13.1.2
   @angular-devkit/schematics    : 13.1.2
   @angular/cli                  : 13.1.2
   @ionic/angular-toolkit        : 5.0.3

Capacitor:

   Capacitor CLI      : 3.3.3
   @capacitor/android : 3.3.3
   @capacitor/core    : 3.3.3
   @capacitor/ios     : 3.3.3

Utility:

   cordova-res : 0.15.4
   native-run  : not installed globally

System:

   NodeJS : v16.13.0 (....../.nvm/versions/node/v16.13.0/bin/node)
   npm    : 8.1.4
   OS     : macOS Monterey

Additional Information

No response

@ionitron-bot ionitron-bot bot added the holiday triage issues that were created during holiday period label Dec 23, 2021
@ionitron-bot
Copy link

ionitron-bot bot commented Dec 23, 2021

Thanks for the issue! This issue has been labeled as holiday triage. With the winter holidays quickly approaching, much of the Ionic Team will soon be taking time off. During this time, issue triaging and PR review will be delayed until the team begins to return. After this period, we will work to ensure that all new issues are properly triaged and that new PRs are reviewed.

In the meantime, please read our Winter Holiday Triage Guide for information on how to ensure that your issue is triaged correctly.

Thank you!

@luke37b
Copy link

luke37b commented Dec 23, 2021

I'm experiencing the same issue after updating to Ionic 6 today.

@sean-perkins sean-perkins self-assigned this Jan 5, 2022
@sean-perkins sean-perkins added package: angular @ionic/angular package type: bug a confirmed bug report labels Jan 5, 2022
@ionitron-bot ionitron-bot bot removed the holiday triage issues that were created during holiday period label Jan 5, 2022
@sean-perkins
Copy link
Contributor

sean-perkins commented Jan 5, 2022

Thanks for reporting this issue 👍 I've created a reproduction app to help test the end solution.

https://github.com/sean-perkins/gh-24483-form-touched

@qliqdev
Copy link
Contributor Author

qliqdev commented Jan 8, 2022

Looking forward to receive bugfix.

@qliqdev
Copy link
Contributor Author

qliqdev commented Jan 13, 2022

problem still existing in

"@ionic/core": "^6.0.2",
"@ionic/angular": "^6.0.2",

@qliqdev
Copy link
Contributor Author

qliqdev commented Jan 20, 2022

problem has been fixed in:

"@ionic/core": "^6.0.3",
"@ionic/angular": "^6.0.3",

@ionitron-bot
Copy link

ionitron-bot bot commented Feb 19, 2022

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.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Feb 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
package: angular @ionic/angular package type: bug a confirmed bug report
Projects
None yet
Development

No branches or pull requests

3 participants