Closed wnvko closed 7 months ago
Cherry-picked to blazor branch https://github.com/IgniteUI/igniteui-angular/pull/12125/commits/758c8fc4962725964da53f021320812b1ebfabeb
@wnvko Fix is available in internal build 23.2.607 and will be available in the next public release.
Description
I want to use
IgrInput
, type text, as cell edit template.Steps to reproduce
Add
IgrInput
as cell edit template in the grid. I am using this code:Result
Puttin the cell, with
IgrInput
as cell edit template, in edit mode the input appears with value equal to the cell value. This is ok. The input value is not editable at all. Note: if the type ofIgrInput
isnumber
it is working as expected!Expected result
Should be able to use
IgrInput
as cell editor and to update the cell value.