You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…nput
- Fix incorrect error message display for radio inputs in input validation mode
- Ensure radio input validation only triggers on actual input changes
FixesMini-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
FixesMini-ghost#58
Describe the bug
When we set
validateMode
toinput
, 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
The text was updated successfully, but these errors were encountered: