The view:text should be non editable

Hi Webix team

Here our requirement is we have developed a date&time custom component, in that text should be non editable.please give the solution for that.
1)The text box should be non editable.

please follow the snippet
https://webix.com/snippet/8dcfc779

Thanks in advance

Regard’s
Deepak

Hello,

Basically, you can provide the attributes:{readonly:true} for your text input: https://webix.com/snippet/5ac7bc16

Thank’s a lot helga