auro-radio: updating disabled/required property on group does not update children #49
Labels
released
Completed work has been released
Status: Work In Progress
Issue or Pull Request work is in Progress
Type: Bug
Bug or Bug fixes
Describe the bug
If you set
disabled
orrequired
on the group after initial render, the child components are not updated appropriately.For instance, if the group is initially required, but then required is set to false, the children still have
required
set to true.Similarly, if the group is initially not disabled, but then disabled is set to true, the children still have
disabled
set to false and can be interacted with.To Reproduce
Steps to reproduce the behavior:
disabled
to trueExpected behavior
Children are updated when the group properties change.
Additional context
Related: AlaskaAirlines/auro-checkbox#31
The text was updated successfully, but these errors were encountered: