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

Remove createField option #1

Closed CaptainCodeman closed 1 year ago

CaptainCodeman commented 1 year ago

I don't think field validation in isolation is that useful, and having it adds complexity (around managing form <-> field associations)

Instead, all fields must be associated with and created via a form.field() method.