vform icon indicating copy to clipboard operation
vform copied to clipboard

Handle Laravel-Vue forms and validation with ease.

Results 12 vform issues
Sort by recently updated
recently updated
newest added

How to use vform with Vue3 using syntax like const form = new Form({ email: null, password: null, }) when I use this , v-modal/two way binding does not work.

1. Form.ts: 1.1. recentlySuccessfulTimeoutId: number | undefined = undefined should be changed to recentlySuccessfulTimeoutId: NodeJS.Timeout | undefined = undefined 1.2. import { serialize } from 'object-to-formdata' but dependency object-to-formdata does...