Releases: mateenagy/vue-formify
Releases · mateenagy/vue-formify
v2.1.1
FIx
- Checkbox input values
- Remove strict node version from
package.json
v2.1.0
Fixes
- Add option for
useInput
and Field
(as prop) to define custom component to prevent multiple input change.
setInitialValue
now replace initial value instead merging them.
setValue
from composable updates also arrays.
v2.0.11
Fix
- Better type hint for components
v2.0.10
Fix
- typo setInitalValues -> setInitialValues(mentioned: #23 )
v2.0.9
Fix
- array modelValue and value set fix
v2.0.8
Fix
Field
component usage without Form
component
Change
Field
component: schema
prop renamed to rule