editable

allows entering characters in the datepicker input

boolean editable;

Example

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


Default value:

false Back to top