Skip to content

Input not marked as touched during blur event #15977

@ddidgdimitrov-infragistics

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

  1. Create an input
  2. Attach a blur event handled
  3. Focus the input
  4. 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

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions