### 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 1. Open the minimal reproducible example. 2. Click on any option in the Gender field. 3. There should not be an error message in the Gender field, but an error appears here.