Documentation

editable

allows making datepicker editable, false by default

boolean editable;

Example

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

Back to top