I created a Dropdown component with some animations and such. The options are populated iterating over {options} items. Can I use the component like this?:
<Dropdown options="{order.sendingOptions}" />
In other words: can I specify options as a property of the component?
Right not it seems not, so, do you have any suggestion on how to approach this?