Appearance

The MaskedTextBox provides a predefined set of appearance options.

Apart from the default vision of the MaskedTextBox, these alternative styling options enable you to configure each individual aspect of the appearance of a MaskedTextBox.

The following example demonstrates configuring different aspects of a MaskedTextBox appearance through a configurator.

Example
View Source
Change Theme:

Adornments

You can also render custom React Components like the Icon and Button by configuring the prefix and suffix props of the MaskedTextBox 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?