Skip to content

v2.0: Refactors and enhances BaseForm component

Choose a tag to compare

@thorewi thorewi released this 09 May 10:58
· 66 commits to main since this release
- Improves type safety by adding typehints and return types.
- Disallows form submission via disabled submit buttons.
- Uses untrusted values instead of unsafe values.
- Removes the deprecated getForm() method.