Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(form): support id only input fields for validation
Form validation always assumes/requires a name property on each input field to work. While this is fine for "real" forms which are supposed to send data to a server, a pure div form or local validation only logic without using name (but id) properties did not work.
- Loading branch information