svelte-forms-lib
svelte-forms-lib copied to clipboard
Adding useField() functionality
Problem to solve
sometimes for custom inputs the <Field/> helper component is not enough and to decrease the boilerplate we could use useField() function on the custom component to build our own custom input primitives.
Links / references
I'll be glad to help to build this functionality, but do you any idea how to start this feature? or if it's feasible or not?
Any update on this?