Hi Fabricio,
Thanks for contacting Syncfusion support.
In our MaskEdit component, we have provided a “readOnly” property to render the MaskEdit component with or without readOnly mode. Please use the below code block to set the readOnly property on MaskEdit component.
[HTML]
<input id="maskedit" ej-maskedit value="4242422424" inputMode="ej.InputMode.Text" maskFormat='99 999-99999' [readOnly]="true" width="100%" />
|
To know more details about the readOnly property, please check the below API document.
Please let us know, if the provided information’s are helpful to achieve your requirement or not.
Regards,
Ashokkumar B.