Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search improves #386

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Search improves #386

wants to merge 2 commits into from

Conversation

Nagyjano
Copy link

@Nagyjano Nagyjano commented Aug 24, 2020

Added features:

  • min length for input to start search (default is set to 1)
  • expand of nodes on search or not (default is set to true)
  • if expand on search how many matched nodes should expand. (default is set to Infinity)

All changes with the default settings do not alter the component former behaviour

@codecov
Copy link

codecov bot commented Aug 24, 2020

Codecov Report

Merging #386 into master will decrease coverage by 0.27%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #386      +/-   ##
==========================================
- Coverage   97.68%   97.41%   -0.28%     
==========================================
  Files          27       27              
  Lines        1037     1044       +7     
  Branches      104      104              
==========================================
+ Hits         1013     1017       +4     
- Misses          9       12       +3     
  Partials       15       15              
Impacted Files Coverage Δ
src/mixins/treeselectMixin.js 99.42% <66.66%> (-0.58%) ⬇️

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 9ae16b6...90b4bd1. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant