Under Review
Last Updated: 22 Feb 2023 10:00 by ADMIN
Stewart
Created on: 15 Feb 2023 11:04
Category: DatePicker
Type: Bug Report
2
Clearing DatePicker in form then pressing enter doesn't update value before form sent

Hi

I have created a REPL here: https://blazorrepl.telerik.com/QHYGbTPk59IqOcEU51

to reproduce the issue I am talking about:

  1. click on the cell
  2. Press the 'Delete' Key
  3. Press the 'Enter' Key

you will notice that the value displayed below the table is what was previously in the cell

I would have expected the value to be null which can be achieved via

  1. click on the cell
  2. Press the 'Delete' Key
  3. Click outside the cell
2 comments
ADMIN
Svetoslav Dimitrov
Posted on: 22 Feb 2023 10:00

Hello Stewart,

We are investigating the behavior you have reported to us. We will need some additional time to do our thorough investigation. I will get back to you as soon as possible. 

Regards,
Svetoslav Dimitrov
Progress Telerik

Learn about the important changes coming in UI for Blazor 4.0 in January 2023!
Stewart
Posted on: 15 Feb 2023 11:14

The same happens if you use a form instead of a Grid

https://blazorrepl.telerik.com/GxuwbplF13gQvCi528

  1. Edit Date
  2. Press the 'Delete' Key
  3. Press the 'Enter' Key