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
|
||||
};
|
||||
|
||||
const { errorMessage, handleChange, handleBlur, validate, errors, resetField } =
|
||||
const { errorMessage, handleChange, handleBlur, validate, errors, resetField, meta } =
|
||||
useField(props.inputId, props.validationRules, fieldOptions);
|
||||
|
||||
return {
|
||||
|
|
@ -96,7 +96,8 @@ export default {
|
|||
handleBlur,
|
||||
validate,
|
||||
errors,
|
||||
resetField
|
||||
resetField,
|
||||
meta
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue