Completed
Last Updated: 09 Feb 2024 14:04 by ADMIN
Created by: Daniel
Comments: 7
Category: NumericTextBox
Type: Feature Request
18
Is it possible to add the adornment features from the TextBox to the NumericTextBox? Specifically, the prefix and suffix? 
Completed
Last Updated: 13 Mar 2022 20:05 by serge
The feature created in #881 is very good, but in some cases it doesn't help the use of the page, só it would be nice to have the option to disable this feature.
Completed
Last Updated: 13 Jul 2021 10:01 by ADMIN
Created by: Sergey
Comments: 1
Category: NumericTextBox
Type: Feature Request
5
currently numericTextBox using only dot separator. 
Completed
Last Updated: 27 Jan 2022 09:19 by ADMIN
Currently, if a user enters into a numeric text box a value that is lower than the HTML5 "min" attribute or greater than the "max" attribute, kendo adjusts the value to either min or max. 

There should be a way to disable that. This messes with, for example, angular validation which also triggers on min and max and prevents us from supporting the functionality where we WANT to let the user enter the erronous value if he wants, but prevent him from submitting the form until they correct it.

This feature also fails to honor angular's allowInvalid flag, as it always adjusts the value, even if allowInvalid is set to true.
Completed
Last Updated: 16 Jun 2022 12:26 by ADMIN
Created by: John
Comments: 1
Category: NumericTextBox
Type: Feature Request
0
Please provide a way to enable or disable the default functionality of the (wheel) event for the NumericTextBox.