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

Make value attribute and resetting the radio group public #130

Closed
jordanjones243 opened this issue May 8, 2024 · 1 comment
Closed

Make value attribute and resetting the radio group public #130

jordanjones243 opened this issue May 8, 2024 · 1 comment
Assignees

Comments

@jordanjones243
Copy link
Contributor

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.

@jordanjones243 jordanjones243 added Type: Feature New Feature auro-radio not-reviewed Issue has not been reviewed by Auro team members labels May 8, 2024
@jordanjones243 jordanjones243 added Type: Perf Performance update to existing code and removed Type: Feature New Feature labels May 8, 2024
@jordanjones243 jordanjones243 changed the title Make value attribute and resetting the radio public Make value attribute and resetting the radio group public May 8, 2024
@Patrick-Daly-AA Patrick-Daly-AA removed their assignment May 14, 2024
@Patrick-Daly-AA Patrick-Daly-AA removed the not-reviewed Issue has not been reviewed by Auro team members label May 14, 2024
@jason-capsule42 jason-capsule42 removed the Type: Perf Performance update to existing code label Oct 3, 2024
@jordanjones243
Copy link
Contributor Author

This work will be handled in this ticket in auro-formkit:

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

No branches or pull requests

4 participants