Unplanned
Last Updated: 08 Aug 2024 15:30 by Twain
Twain
Created on: 08 Aug 2024 15:30
Category: DateTimePicker
Type: Bug Report
2
DateTimePicker should not get red border when bound to nullable DateTime and the input is empty

The input in the DateTimePicker is valid when:

- the DateTimePicker value is bound to nullable DateTime and

- the user clears the input

In such cases, the input field shouldn't get a red border.

Here is a REPL example to reproduce the issue:

  1. Select a date.
  2. Clear the date. The input gets a red border.

===ADMIN EDIT===

A possible workaround is to change the border color with CSS. Here is a REPL example.


0 comments