editable

allows entering characters in the datepicker input, false by default

boolean editable;

Example

webix.ui({
    view:"datepicker",
    editable:true
});

Back to top