darrenjennings / vue-autosuggest

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

Add props for list & list item className #90

Closed farooqaaa closed 5 years ago

farooqaaa commented 5 years ago

What: Class name props for list & list item

Why: I used bootstrap with autosuggest and I was unable to set classes for the suggestions ul and li elements. I can now add the bootstrap class names to those elements.

How: Added listClassName and listItemClassName to section configs

Checklist:

codecov-io commented 5 years ago

Codecov Report

Merging #90 into master will increase coverage by 0.22%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   80.11%   80.33%   +0.22%     
==========================================
  Files           1        1              
  Lines         176      178       +2     
  Branches       53       55       +2     
==========================================
+ Hits          141      143       +2     
  Misses         12       12              
  Partials       23       23
Impacted Files Coverage Δ
src/Autosuggest.vue 80.33% <100%> (+0.22%) :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 45fd849...5dbd697. Read the comment docs.

darrenjennings commented 5 years ago

Closing due to inactivity.