svelte-formula icon indicating copy to clipboard operation
svelte-formula copied to clipboard

Zero-Configuration Reactive forms for Svelte

Results 7 svelte-formula issues
Sort by recently updated
recently updated
newest added

If I use browsers autofill functionality (doubleclick on formfield, select previously filled value from dropdown) the form field object is not updated. I.e., after doing the above and submitting, the...

question

there is a minor typo in the docs, which makes the build fail if you copy the code and try playing around with it: in [docs/docs/formula/index.html](https://github.com/tanepiper/svelte-formula/blob/2b29376d5eb60b78d16a7eff565f31efb48d5d75/docs/docs/formula/index.html) and [packages/docs-site/docs/formula.md ](https://github.com/tanepiper/svelte-formula/blob/9788dc67d75f22a6b172906fc9629b5c846ddd39/packages/docs-site/docs/formula.md) there...

documentation

Assuming that the input elements are abstracted into their own svelte components, how can you use the lib?

enhancement
question

I haven’t done anything yet and the form is telling me I’ve messed up :) (Errors should be shown only after an error state is triggered, not by default as...

When I run a dev build on my localhost there's no errors, but when I try to build the project I get errors from every extra rule/check/enrichment I have made....

question

Not ADD tests, but write some tests! E2E cases with Cypress needed: - [ ] Form Is Created - [ ] Field Validation HTML5 - [ ] Field Validation Custom...

Is there any planning to support **vest** validation framework?