vorms icon indicating copy to clipboard operation
vorms copied to clipboard

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

Open Mini-ghost opened this issue 1 year ago • 0 comments

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.

Mini-ghost avatar Apr 22 '24 05:04 Mini-ghost