parent
024836cab0
commit
d05c31cc94
8 changed files with 75 additions and 28 deletions
3
app/pods/components/x-select/template.hbs
Normal file
3
app/pods/components/x-select/template.hbs
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{#each options as |option|}}
|
||||
<option value={{option.id}}>{{get-property option nameAttr}}</option>
|
||||
{{/each}}
|
Reference in a new issue