darrenjennings / vue-autosuggest

🔍 Vue autosuggest component.
https://darrenjennings.github.io/vue-autosuggest
MIT License
621 stars 91 forks source link

Remove form control class for autosuggest template #84

Closed felixledem closed 5 years ago

felixledem commented 5 years ago

This gets in the way of defining custom styles. suggested by @noahlitvin.

What:

Why:

How:

Checklist:

felixledem commented 5 years ago

This should probably just be in issues.

darrenjennings commented 5 years ago

great suggestion. to preserve backwards capability we should default the inputProps.class = 'form-control' but allow it to be overridden. I'll submit a PR and tag you. thanks!