kendo-ui-core
kendo-ui-core copied to clipboard
RadioGroup validation is not working correctly.
Bug report
If a RadioGroup is used for editing a required field, the validator is fired if a selection is not made. However, when selecting a field after the validation message appears and blurring the field, the other inputs of the RadioGroup remain marked as invalid.
Reproduction of the problem
Open the dojo: https://dojo.telerik.com/eSEliROr/3
- Try to submit the form.
- The validation is triggered since the form is invalid, which is correct.
- Select Name and click anywhere on the page.
- The other options are still recolored as invalid
Expected/desired behavior
When an option is selected and the input is no longer focused, the validation message should disappear. Also, the other inputs should no longer be marked as invalid.
Environment
- Kendo UI version: 2022.2.621
- Browser: [all]