vorms
vorms copied to clipboard
`<input type="radio">` validation not correct when `validateMode` is `input`
Describe the bug
When we set validateMode to input, the <input type="radio"> will not display correct error message.
Reproduction
https://stackblitz.com/edit/vitejs-vite-n6vjf9?file=src/App.vue
Steps to reproduce
- Open the minimal reproducible example.
- Click on any option in the Gender field.
- There should not be an error message in the Gender field, but an error appears here.