.NET MAUI NumericInput Overview
Telerik UI for .NET MAUI NumericInput is a customizable input control for numeric data. It allows the user to set and edit a number by using the Decrease and Increase buttons or by directly entering it in the input field.
Key Features of the .NET MAUI NumericInput
-
Minimum and maximum values—The NumericInput allows you to restrict the input value through setting its
Minimum
andMaximum
properties. -
Incremental steps—You can define the step that will be applied to the input value upon each decrease or increase action.
-
Customizable button text—You can also specify the text of the Increase and Decrease buttons, so that it’s applicable to your scenario.
-
Input value formatting—The NumericInput provides you with the option to define the format of its numeric value.
-
Read-only mode—You can prevent users from typing into the input field and allow them to update the value only through the Increase and Decrease buttons.
-
Null Value support—The control accepts null values.
-
Commands support—The NumericInput provides commands for defining custom functionalities upon decrease and increase actions.