Releases: detools/vue-form
Releases · detools/vue-form
2.5.3
2.5.3
Fixed
- Reinitialization for all values types except Array
2.5.2
2.5.2
Fixed
- Reinitialization for Array values
2.5.1
2.5.1
Fixed
- Rename
ConnectedCheckboxGroupMixin
=> ConnectedArrayFieldMixin
- Use
ConnectedArrayFieldMixin
for ConnectedArrayField
, ConnectedCheckboxGroup
2.4.1
2.4.1
Fixed
- Internal
manageTouchedFieldsState
method
- Passing touched state from vue-form to control
2.4.0
2.4.0
Updated
- Common methods were moved to
ConnectedControlMixin
2.3.1
2.3.1
Fixed
- Form submission when async validation in progress
How to test:
- Open Inline Validators Form
- Type
123456
=> click Submit
- You will get an async error — form won't submit
- Type
github
=> click Submit
- Form will be submitted after async form validation
2.3.0
2.3.0
Added
- Form level sync validation. Demo
2.2.0
2.2.0
Changed
asyncValidators
will be called only on blur
event
- As before, they will be called only if there is no sync errors