editable

allows entering characters in the colorpicker input

boolean editable;

Example

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


Default value:

false Back to top