vue-form icon indicating copy to clipboard operation
vue-form copied to clipboard

[BUG] Review dispatchEvent for form

Open Jenesius opened this issue 1 year ago • 0 comments

// HOT FIX FOR AUTONOMIC FORM

let p = this.parent;
while(p) {
  p.emit(Form.EVENT_CHANGED, p.changed);
   p = p.parent;
}

Jenesius avatar Oct 18 '24 21:10 Jenesius