-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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