Unplanned
Last Updated: 07 Mar 2023 06:16 by Hanoch
Hanoch
Created on: 07 Mar 2023 06:16
Category: NumericInput
Type: Feature Request
2
NumericInput: Provide an option to validate the value on lost focus
Currently the option for validating the value is on PropertyChanged. In case when minimum value is set, you cannot edit the value with typing. For example having 25 as minimum and want to enter 26 with typing. The value is coerced to 25. You can change the value using the buttons.

Provide another mode for validating the value, for example on lost focus, In this case typing will be allowed. 
0 comments