Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<input type="radio"> validation not correct when validateMode is input #58

Open
Mini-ghost opened this issue Apr 22, 2024 · 0 comments · May be fixed by #59
Open

<input type="radio"> validation not correct when validateMode is input #58

Mini-ghost opened this issue Apr 22, 2024 · 0 comments · May be fixed by #59

Comments

@Mini-ghost
Copy link
Owner

Mini-ghost commented Apr 22, 2024

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.
993576769 pushed a commit to 993576769/vorms that referenced this issue Oct 28, 2024
…nput

- Fix incorrect error message display for radio inputs in input validation mode
- Ensure radio input validation only triggers on actual input changes

Fixes Mini-ghost#58
993576769 pushed a commit to 993576769/vorms that referenced this issue Oct 28, 2024
…nput (Mini-ghost#58)

- Fix incorrect error message display for radio inputs in input validation mode
- Ensure radio input validation only triggers on actual input changes

Fixes Mini-ghost#58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant