FORMKIT FILE VALIDATION #1378
yogendrarr
started this conversation in
General
Replies: 1 comment
-
If you want to remove validation you can just do something like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when i select file and then upload file from api. then when i come back to same page then uploaded document fetch but , ISSUE is that -> it should not validate if document already uploaded so how to do in file type of formkit.
<FormKit type="file" label="Drivers license" name="license" help="Please add a scan of your driver’s license" accept=".jpg,.png,.pdf" validation="required" />
Beta Was this translation helpful? Give feedback.
All reactions