igniteui-angular icon indicating copy to clipboard operation
igniteui-angular copied to clipboard

Ending edit via Enter key and with validation trigger blur does not submit the value.

Open MayaKirova opened this issue 2 years ago • 0 comments

Description

Ending edit via Enter key and with validation trigger blur does not commit the value.

  • igniteui-angular version:
  • browser:

Steps to reproduce

  1. Open the gridValidation dev sample.
  2. Set validationTrigger='blur' foe the grid
  3. Start edit, change a value and hit Enter.

Result

The value is not applied.

Expected result

Value should be applied.

MayaKirova avatar Sep 20 '22 07:09 MayaKirova