igniteui-angular
igniteui-angular copied to clipboard
Ending edit via Enter key and with validation trigger blur does not submit the value.
Description
Ending edit via Enter key and with validation trigger blur does not commit the value.
- igniteui-angular version:
- browser:
Steps to reproduce
- Open the gridValidation dev sample.
- Set validationTrigger='blur' foe the grid
- Start edit, change a value and hit Enter.
Result
The value is not applied.
Expected result
Value should be applied.