docs-content icon indicating copy to clipboard operation
docs-content copied to clipboard

The content (.md format) — and only the content — for the FormKit documentation site.

Results 8 docs-content issues
Sort by recently updated
recently updated
newest added

This is a sister PR to the proposal to add a config setting to the localstorage plugin to allow users to control the clear local storage on submit behaviour. https://github.com/formkit/formkit/pull/1317

Finding out that FormKit components do **not** fire `@change` events is kind of important I think. Unfortunately it took me 45 minutes to find this out, others may be as...

HTML number inputs will throw a native validation error when submitting a float: https://formkit.link/079bded4a052e50851e47c85d7b26adb Setting`step` to `any` avoids that validation error: https://formkit.link/53394a3b41d0c5cf216602e9d46000b6 This should be mentioned explicitly in the documentation...

On the dropdown page, in the [props & attributes section](https://formkit.com/inputs/dropdown#props-attributes), the description of the "behavior" prop seems to be incorrect: > When set to `overscroll`, the dropdown will allow the...

documentation

Now each input has its own section and props & attributes, but we should also add what events it fires.

hello there ! thanks for the great work you're doing i'm using Formkit i while now and it's a joy really and i wanna know if there is a way...

I think we could write more backend agnostic examples on how to deal with backend validation, meaning async calls, single input backend validation, and how to reset correctly the errors...

As requested in https://github.com/formkit/formkit/pull/1350#issuecomment-2110364314. I hope I got this right, it's based 1:1 on the Zod plugin docs.