live-form-validation icon indicating copy to clipboard operation
live-form-validation copied to clipboard

RadioList validation error is removed only when you select the first list item

Open jaroslavlibal opened this issue 6 years ago • 1 comments

Steps to reproduce:

  • Add the radio list to the form.
  • Let the "please select some option" validation error occur (f.ex. submit the form without data).
  • Select some option, except the first one.
  • The error message is not removed.

The error message is removed only when the the first list item is selected.

The same issue has been described in the issue #15, but I'm not able to reopen it.

Affected versions: v1.9.0 When I downgrade to the v1.8.1 then it works as expected.

jaroslavlibal avatar Nov 30 '18 13:11 jaroslavlibal

Same here.

Radio input is required. Looks like live validation creates 5 different spans for errors. Error will be hided only if you click on the first item in list.

radio

spernica avatar Jan 21 '19 14:01 spernica