Skip to content

1.8.0-1 Bugfix

Compare
Choose a tag to compare
@darrenjennings darrenjennings released this 05 Jan 05:18
· 64 commits to master since this release

#85 Removes form-control as an always present css class on the <input />

Migration from 1.x -> 1.8.0-1

If you had class set on the inputProps property, then vue-autosuggest used to always append form-control. If class is empty, the form-control class is the default, but if you have it set then now you need to specifically add form-control to inputProps.class if you are wanting it.

Thanks

Thanks to @felixledem for the suggestion and initial PR.