Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IgxGrid] Typing in a [dataType]="'date'" cell does not change cell value #5437

Closed
ViktorSlavov opened this issue Jul 16, 2019 · 0 comments · Fixed by #5542
Closed

[IgxGrid] Typing in a [dataType]="'date'" cell does not change cell value #5437

ViktorSlavov opened this issue Jul 16, 2019 · 0 comments · Fixed by #5542

Comments

@ViktorSlavov
Copy link
Contributor

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.

  • igniteui-angular version: 8.0.x
  • browser: N/A

Steps to reproduce

  1. Open the grid editing sample
  2. Enter edit mode in the OrderDate cell of the first row (Chai)
  3. Ctrl + A to select all the text and type 02022002 (02/02/2002)
  4. Press Tab or Enter

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 typing

@nrobakova nrobakova added 🛠️ status: in-development Issues and PRs with active development on them and removed 🆕 status: new labels Jul 26, 2019
@nrobakova nrobakova assigned nrobakova and unassigned zdrawku Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants