New to KendoReact? Start a free 30-day trial
MaskedTextBoxChangeEvent
The arguments for the change
event of the MaskedTextBox.
Name | Type | Default | Description |
---|---|---|---|
nativeEvent |
|
A native DOM event. | |
selectionEnd |
|
Specifies the end of the selection which will be set to the MaskedTextBox when it is updated. | |
selectionStart |
|
Specifies the start of the selection which will be set to the MaskedTextBox when it is updated. | |
syntheticEvent |
|
A React | |
target |
|
An event target. | |
value |
|
The current value of the component. |