sveltik
sveltik copied to clipboard
Add support for Yup for form validation
trafficstars
I'd definitely love that.
Edit: Found your project via google search, Had to scope down to past month to clear the noise. Sveltik looks awesome :)
Waiting for yup to use!
@aarongeorge
validationSchema prop, either the object or a function that returns the schema.
Yup supports schema.validateAt so individual fields can be validated without validating the whole schema.
The whole schema should also validate on submit.