Closed farooqaaa closed 5 years ago
Merging #90 into master will increase coverage by
0.22%
. The diff coverage is100%
.
@@ 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.
Closing due to inactivity.
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
andli
elements. I can now add the bootstrap class names to those elements.How: Added listClassName and listItemClassName to section configs
Checklist: