Skip to content

Instantly share code, notes, and snippets.

@michaeljymsgutierrez
Created September 22, 2019 11:23
Show Gist options
  • Select an option

  • Save michaeljymsgutierrez/1b44f4d28586aef6e263bc3892490338 to your computer and use it in GitHub Desktop.

Select an option

Save michaeljymsgutierrez/1b44f4d28586aef6e263bc3892490338 to your computer and use it in GitHub Desktop.
{{#dropdown-button buttonLabel=(or selectedDeliverySlotLabel uniqCheckoutDeliverySlotLabel.firstObject) selected=(or selectedDeliverySlotLabel uniqCheckoutDeliverySlotLabel.firstObject) collapseOnSelect=true as |db|}}
{{#each uniqCheckoutDeliverySlotLabel as |label|}}
{{#db.option value=label onSelect=(action "selectDeliverySlotLabel" label)}}
{{label}}
{{/db.option}}
{{/each}}
{{/dropdown-button}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment