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

IgxCombo: touched property is not updated properly, invalid color is not applied on blur with required attr #14900

Closed
RivaIvanova opened this issue Oct 9, 2024 · 0 comments · Fixed by #14922, #14963, #14967 or #14968
Assignees
Labels
🐛 bug Any issue that describes a bug combo forms: validation Forms validation related, including ngModel.status aka VALID/INVALID/TOUCHED/PRISTINE etc. version: 17.2.x version: 18.1.x version: 18.2.x version: 19.0.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@RivaIvanova
Copy link
Member

Description

Describe the issue.

  • igniteui-angular version: master, 18.1.x, 17.2.x
  • browser:

Steps to reproduce

  1. Open this sample.
  2. Open the combo and click outside of it.
  3. Open the combo, click on the read-only input or toggle icon, and click outside of the combo.

Result

The touched property is not updated properly and the invalid color is not applied. (step 2)

Expected result

The touched property is updated properly and the invalid color is applied. (step 3)

Attachments

igxCombo - required - touched - blur

@RivaIvanova RivaIvanova changed the title IgxCombo: touched property is not updated properly, required color is not applied on blur IgxCombo: touched property is not updated properly, invalid color is not applied on blur with required attr Oct 9, 2024
@kacheshmarova kacheshmarova assigned Zneeky and unassigned Lipata Oct 16, 2024
@kacheshmarova kacheshmarova added 🛠️ status: in-development Issues and PRs with active development on them and removed 🆕 status: new labels Oct 17, 2024
@Zneeky Zneeky added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🛠️ status: in-development Issues and PRs with active development on them labels Oct 18, 2024
@IvayloG IvayloG added the forms: validation Forms validation related, including ngModel.status aka VALID/INVALID/TOUCHED/PRISTINE etc. label Oct 22, 2024
@kacheshmarova kacheshmarova reopened this Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment