[IgxGrid] Typing in a [dataType]="'date'" cell does not change cell value #5437
Labels
🐛 bug
Any issue that describes a bug
📅 date-picker
🧨 severity: medium
grid: cell-editing
grid: general
grid: hierarchical-grid
grid: tree-grid
🛠️ status: in-development
Issues and PRs with active development on them
version: 7.3.x
version: 8.0.x
version: 8.1.x
Description
When editing a cell w/
dataType="cell"
by typing in it (w/o opening the calendar), the changes are not reflected in the cell's value.Steps to reproduce
OrderDate
cell of the first row (Chai
)Ctrl + A
to select all the text and type02022002
(02/02/2002)Tab
orEnter
Result
The cell value is still
12/02/2012
Expected result
The cell value should be
02/02/2002
Additional Info
The cell template value changte is handled in
datePicker.onSelection
, which doesn't seem to be emitted when typingThe text was updated successfully, but these errors were encountered: