adding meta
This commit is contained in:
parent
65cf5df20e
commit
fdecbf0d08
1 changed files with 3 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ export default {
|
||||||
initialValue
|
initialValue
|
||||||
};
|
};
|
||||||
|
|
||||||
const { errorMessage, handleChange, handleBlur, validate, errors, resetField } =
|
const { errorMessage, handleChange, handleBlur, validate, errors, resetField, meta } =
|
||||||
useField(props.inputId, props.validationRules, fieldOptions);
|
useField(props.inputId, props.validationRules, fieldOptions);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
@ -96,7 +96,8 @@ export default {
|
||||||
handleBlur,
|
handleBlur,
|
||||||
validate,
|
validate,
|
||||||
errors,
|
errors,
|
||||||
resetField
|
resetField,
|
||||||
|
meta
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue