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
Setting the name attribute to radio.button or any other value that contains a dot throws an exception and other input fields are marked as valid even though they are set as required and no value is provided.
Names like radio-button or radio_button are acceptable.
Description
Consider the following:
Setting the
name
attribute toradio.button
or any other value that contains a dot throws an exception and other input fields are marked as valid even though they are set asrequired
and no value is provided.Names like
radio-button
orradio_button
are acceptable.Note
This could be due to the
_findGroupTargets
function which is used in_initializeField
.Steps to reproduce
Result
Setting the
name
attribute to aradio.button
throws an error.Expected result
No error should be thrown.
The text was updated successfully, but these errors were encountered: