Closed
Description
Description
igx-date-picker breaks its format with a set of keyboard operations
- igniteui-angular version: 10.2.3
- browser: n/a
Steps to reproduce
- Run the sample
- Delete the first digit of the year
- Hit Down arrow once
- Hit Right arrow 5 times
- Hit Down arrow once
Result
The format of the value is broken. A string without separator between month and day is presented. e.g. 19/11120
Expected result
Valid formatted value is presented.