vue-hooks-form icon indicating copy to clipboard operation
vue-hooks-form copied to clipboard

Building forms with vue composition API.

Results 4 vue-hooks-form issues
Sort by recently updated
recently updated
newest added

hi! thanks for lib! but how i do it? what is the right way? for example - an error when such an email already exists in the database

Hello, Is it possible to have a version compatible with https://github.com/vuejs/composition-api for an integration with https://github.com/nuxt-community/composition-api ?

help wanted

why `fieldValues: Partial` not `fieldValues: T`? https://github.com/beizhedenglong/vue-hooks-form/blob/c7079209c7757a628432f0c7cc2e5c9dd0358797/src/useForm.ts#L148C36-L148C47 i'm got error like this ``` public do(data: Partial): void { thirdParty.process(T); //

## Reset Functionality Missing ### expecting ```js const { reset } = useForm() reset() ``` ` calling reset() would reset values to the first state and defaultValue if provided `

help wanted