darrenjennings / vue-autosuggest

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

fix(style) removes form-control default class requirement #85

Closed darrenjennings closed 5 years ago

darrenjennings commented 5 years ago

@felixledem initially proposed this patch in #84 but needs backwards compatibility. Thanks for the suggestion!

codecov-io commented 5 years ago

Codecov Report

Merging #85 into master will increase coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
+ Coverage   80.57%   80.68%   +0.11%     
==========================================
  Files           1        1              
  Lines         175      176       +1     
  Branches       53       53              
==========================================
+ Hits          141      142       +1     
  Misses         12       12              
  Partials       22       22
Impacted Files Coverage Δ
src/Autosuggest.vue 80.68% <100%> (+0.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4c75b42...41968a0. Read the comment docs.