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
There are currently some issues with radio-button, including DDAU interactions.
I suggest two major improvements to be done to this component:
As in ember-radio-button, we are relying in DDAU to set the groupValue. We should always prevent the default event action and pass an action upwards with the changed data.
Add the possibility to yield content to the label to allow more customisable labels
The text was updated successfully, but these errors were encountered:
There are currently some issues with radio-button, including DDAU interactions.
I suggest two major improvements to be done to this component:
As in ember-radio-button, we are relying in DDAU to set the
groupValue
. We should always prevent the default event action and pass an action upwards with the changed data.Add the possibility to
yield
content to the label to allow more customisable labelsThe text was updated successfully, but these errors were encountered: