Untitled
unknown
html
3 years ago
267 B
22
Indexable
{{#each this.dateOptions as |option|}}
<RadioButton @name="dateRange" @groupValue={{readonly this.selection}} @value={{option.value}} @changed={{action "setSelection"}} @radioClass={{this.radioClass}}>
<span>{{option.text}}</span>
</RadioButton>
{{/each}}Editor is loading...