Join the Progress AI Observability Platform Early Access Program - observe, evaluate and improve your AI agents!
Kendo UI for Vue


The Kendo UI for Vue MaskedTextBox supports a set of pre-defined masks like requiring digits, letters, or special characters. All built-in masks can be combined to create a custom mask that meets any data format requirement.

While the MaskedTextBox is enabled by default, there could be scenarios in which it should be disabled. For these cases, with a simple configuration of thedisabled property,youcan disable the user interaction with the component and visually indicate that the component is in a disabled state.
Kendo UI for Vue MaskedTextBox –Disabled mode example
The Kendo UI for Vue MaskedTextBox can be used in read-only mode, preventing the user from entering data in the input. In this mode, the component will display a pre-defined value and will only allow the selection of the available text.
Kendo UI for Vue MaskedTextBox –Read-only mode example
The Kendo UI for Vue MaskedTextBox supports a native Kendo UI for Vue implementation ofHTML5 form validation making it easy to be used inside a form. With its built-in features, you can configure basic or complex validation scenarios with a minimum effort.
Kendo UI for Vue MaskedTextBox -Form integration demo
The MaskedTextBox is designed to be accessible by on-screen readers. It provides fullWAI-ARIA accessibility support and meets theSection 508 requirements.

