kendo-vue icon indicating copy to clipboard operation
kendo-vue copied to clipboard

[Inputs][DateInputs] Allow clearing value using "undefined"

Open kdikov82 opened this issue 1 year ago • 0 comments

Currently, the NumericTextBox and the DateInputs require setting "null" to clear the value, but it would be beneficial if the same can be achieved by setting "undefined".

In the following example, if the clear button is clicked initially, all but the NumericTextBox will reset the value within the input: https://stackblitz.com/edit/na6ywm?file=src%2Fmain.vue

However, if the value in the DatePicker is changed and then the clear button is clicked, the value will remain.

kdikov82 avatar May 29 '24 14:05 kdikov82