getDirtyValues of ui.form, Methods Webix Docs

StartAPI Referenceui.formMethods

returns object with changed values

object getDirtyValues();

objectobject with changed values

Example

const changed = $$("form").getDirtyValues();
if (changed["element_name"]){
    alert("New name: "+changed["element_name"]);
}

Back to top

If you have not checked yet, be sure to visit site of our main product Webix mvc library and page of form widget product.