instructure / ic-autocomplete

accessible ember autocomplete component
MIT License
57 stars 22 forks source link

Add class to input #17

Closed tmartineau closed 10 years ago

tmartineau commented 10 years ago

Would be nice to have a way to bind classes to the input, I tried looking around and I could not find anything that would allow this.

rigelinside commented 10 years ago

Yes it would be nice ..I am not able to add bootstrap class="form-control" to ic-autocomplete.

seifsallam commented 10 years ago

:+1:

ryanflorence commented 10 years ago

The way this is built, you are able to make your own template and add whatever classes you'd like to your input.

https://github.com/instructure/ic-autocomplete/blob/master/lib/templates/autocomplete.hbs

Just make a template that looks nearly identical to this and you're all set.