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.

Example
View Source
Change Theme:

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 and InputSuffix containers.

Example
View Source
Change Theme:

In this article

Not finding the help you need?