Content-Length: 79409 | pFad | http://docs.telerik.com/kendo-ui/controls/numerictextbox/auto-adjust

jQuery NumericTextBox Automatic Correction - Kendo UI for jQuery
New to Kendo UI for jQueryStart a free 30-day trial

Automatic Correction

Starting with Kendo UI R3 2024, the NumericTextBox component provides an autoAdjust feature which provides control over the autocorrect functionality. By default, when you have min and max values configured, the component will autocorrect the user input if it is not within the specified range. The autocorrected value will be either the min or the max value you have set for the component depending on which the invalid input is closer to.

In order to disable the autocorrect, you can now set the autoAdjust option to false.

    <input id="numerictextbox" />

    <script>
      $(document).ready(function(){
        $("#numerictextbox").kendoNumericTextBox({
          min: 3,
          max: 10,
          autoAdjust: false
        });
      });
    </script>

See Also

In this article
See Also
Not finding the help you need?
Contact Support








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://docs.telerik.com/kendo-ui/controls/numerictextbox/auto-adjust

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy