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
Is your feature request related to a problem? Please describe.
When thinking about form validation, users need the ability to query and set the value attribute programmatically. They also need the ability to reset the radio group at a moment's notice.
Describe the solution you'd like
Make the currently existing value attribute and resetRadio function public in order to give the users this functionality.
Describe alternatives you've considered
Leaving as is
Additional context
In the grand scheme of things, we want the users to be able to query the value and reset the state of any of our form elements. So, this implementation should be present in all form elements and that work should be considered/investigated when this ticket is picked up.
The text was updated successfully, but these errors were encountered:
jordanjones243
changed the title
Make value attribute and resetting the radio public
Make value attribute and resetting the radio group public
May 8, 2024
Is your feature request related to a problem? Please describe.
When thinking about form validation, users need the ability to query and set the
value
attribute programmatically. They also need the ability to reset the radio group at a moment's notice.Describe the solution you'd like
Make the currently existing
value
attribute andresetRadio
function public in order to give the users this functionality.Describe alternatives you've considered
Leaving as is
Additional context
In the grand scheme of things, we want the users to be able to query the
value
and reset the state of any of our form elements. So, this implementation should be present in all form elements and that work should be considered/investigated when this ticket is picked up.The text was updated successfully, but these errors were encountered: