Hello,
I m using webix UI v.2.1.5. I need to type manually date in the datepicker textbox and also to select from the calendar on the textbox. I tried to put readonly:true property but no affect.
You need to update Webix to version 2.3 and use editable:true
Thanks for the response. It is working. Can I keep a mask(mm/dd/yyyy) on this to say the user how the date format should be.
You can use placeholder
attribute to define the mask value