Search results

MaskChangeEventArgs API in React MaskedTextBox API component

Properties

event

Event

Returns the original event arguments.

isInteracted

boolean

Returns true when the value of MaskedTextBox is changed by user interaction. Otherwise, it returns false

maskedValue

string

Returns the value of the MaskedTextBox with the masked format.

name

string

Specifies name of the event.

value

string

Returns the raw value of MaskedTextBox by removing the prompt characters and literals(non-mask elements) which have been set in the mask of MaskedTextBox.