CaptainCodeman / svelte-form-helper

Lightweight helpers for form validation with Svelte
https://captaincodeman.github.io/svelte-form-helper/
MIT License
55 stars 0 forks source link

Set field defaults on form, apply onTouched class for styling #6

Closed CaptainCodeman closed 1 year ago

CaptainCodeman commented 1 year ago

add onTouched class name option make default onDirty & onTouched form options ensure aria attributes are only set when validation shown

Closes #5