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

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

Open
jaroslavlibal opened this issue Nov 30, 2018 · 1 comment

Comments

@jaroslavlibal
Copy link

jaroslavlibal commented Nov 30, 2018

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.

@spernica
Copy link

spernica commented Jan 21, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants