Jenesius / vue-form

💪 Heavy form system for Vue.js v3
http://form.jenesius.com
MIT License
45 stars 4 forks source link

[FEATURE] Changed prop #105

Closed Jenesius closed 1 year ago

Jenesius commented 1 year ago

We can try to provided changed prop to each FormField

Jenesius commented 1 year ago

Current library immediately does not include changes props(Only Forms)

Jenesius commented 1 year ago

Working started. branch

Jenesius commented 1 year ago

Also need:

Jenesius commented 1 year ago

Live style of input modification:

  1. User input some data.
  2. emits update:modalValue from children component
  3. handle update:modalValue and execute input.change
  4. run parentForm.input with new value
  5. execute change inside Form
  6. execute setValues and markChanges