New to KendoReact? Start a free 30-day trial
MaskedTextBoxHandle
A subclass of React.Component.
Represent the ref
of the MaskedTextBox component.
Name | Type | Default | Description |
---|---|---|---|
element |
|
Gets the element of the MaskedTextBox. jsx
| |
name |
|
Gets the | |
props |
|
The props of the MaskedTextBoxHandle component. | |
rawValue |
|
Gets the raw value without the mask of the MaskedTextBox. | |
validity |
|
Represents the validity state into which the MaskedTextBox is set. | |
value |
|
Gets the value with the mask of the MaskedTextBox. |