Ember-place-autocomplete size

Hello I am using ember-place-autocomplete to generate waypoint to my map. It’s working great, a very good addon. I just want to change the size of the input box and I don’t success

{{

place-autocomplete-field

value= model.adress

handlerController= this

inputClass= ‘place-autocomplete–input’

focusOutCallback=“done”

placeChangedCallback=“adressChanged”

placeholder=“Ville, lieu…”

}}

I don’t understand how work the inputClass.

Can I change the width in my scss?

Vincent