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
CheckBoxGroup
If you set required = true, then there is no highlighting, but notification appears.
If you select any value and then cancel your choice, the component considers then some choice was made, and save this empty value.
OptionsGroup (multiple)
If you set required = true, then there is no highlighting and no notification.
Conclusion
In my opinion if the “choice” component has the required=true attribute it means that it is necessary to select at least one value from the list.
The text was updated successfully, but these errors were encountered:
Description of the bug or enhancement
CheckBoxGroup
If you set
required = true
, then there is no highlighting, but notification appears.If you select any value and then cancel your choice, the component considers then some choice was made, and save this empty value.
OptionsGroup (multiple)
If you set
required = true
, then there is no highlighting and no notification.Conclusion
In my opinion if the “choice” component has the
required=true
attribute it means that it is necessary to select at least one value from the list.The text was updated successfully, but these errors were encountered: