noahsalvi / svelte-use-form

The most compact reactive form controller (including Validation) that you'll ever see.
MIT License
252 stars 14 forks source link

Custom Form Components #13

Closed ryanballa closed 3 years ago

ryanballa commented 3 years ago

Hi, if I wanted to create a custom form component, how would I update the form value so validations pass?

noahsalvi commented 3 years ago

Hi, what do you mean by "form value"?

The state that you can access through $formName?