-
Notifications
You must be signed in to change notification settings - Fork 159
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug🧨 severity: medium🚶 priority: medium✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.inputinput-group
Description
Description
Input is not marked as touched when it loses focus (onblur). This causes validation styles or messages to not trigger as expected.
- igniteui-angular version: 19.1.4
- browser: any
Steps to reproduce
- Create an input
- Attach a blur event handled
- Focus the input
- Unfocus the input and hit a breakpoin in blur method
Result
The input is not marked as touched during the blur event, but is marked as touched afterwards.
Expected result
The input should be marked as touched immediately on the blur event.
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug🧨 severity: medium🚶 priority: medium✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.inputinput-group