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
{{ message }}
This repository was archived by the owner on Apr 30, 2018. It is now read-only.
The way data is stored in the result object is different for select and radio. I think it is a bug. If it was designed on purpose, could you explain why?
selecting a item using the select will store the complete object in the result
result.triedEmberSelect: {
"name": "Yes, and I love it!",
"value": "yesyes"
}
selecting an item using the radio will store only the value:
result.triedEmberRadio: "yesyes"