New to KendoReact? Start a free 30-day trial
Appearance
The NumericTextBox provides a predefined set of appearance options.
Apart from the default vision of the NumericTextBox, these alternative styling options enable you to configure each individual aspect of the appearance of a NumericTextBox.
The following example demonstrates configuring different aspects of a NumericTextBox appearance through a configurator.
Change Theme
Theme
Loading ...
Adornments
You can also render custom React Components like the Icon by configuring the prefix
and suffix
props of the NumericTextBox component and then implement custom functionality on top of them.
For correct styling, wrap custom adornments in
InputPrefix
andInputSuffix
containers.
Change Theme
Theme
Loading ...