tjinauyeung / svelte-forms-lib

📝. A lightweight library for managing forms in Svelte
https://svelte-forms-lib-sapper-docs.now.sh/
MIT License
604 stars 59 forks source link

Confirm password #151

Closed shinokada closed 2 years ago

shinokada commented 2 years ago

Does svelte-forms-lib support confirm passwords? If it is so, please add a sample code to the doc.

demetrius-mp commented 2 years ago

i think that the library purpose is not to provide any validation logic, thats why the docs provide examples using yup. if you are using yup, check this