johnhamelink
4/27/2015 - 2:33 PM

countries-input.hbs

{{ember-selectize
  content=countries
  optionLabelPath="name"
  optionValuePath="alpha3Code"
  placeholder="Select a country"
  value=value
  autocomplete="false"
  multiple=false}}