svelteschool / svelte-forms

A simple form component that doesn't care about what you put in it. It just works.
137 stars 5 forks source link

adds functionality to pass actions to the component #5

Closed kevmodrome closed 4 years ago

kevmodrome commented 4 years ago

This PR sets up functionality to add an array of actions to apply to the form component. Can most likely be used to handle future functionality like validation, error handling and other things.