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

feat(autocomplete): add much more functionalities to the AutoComplete #69

Merged
merged 8 commits into from
Aug 11, 2020

Conversation

ghiscoding
Copy link
Owner

  • optionally change renderItem template (user can override jQuery UI callbacks method like "_renderItem" callback)

- optionally change renderItem template (user can override jQuery UI callbacks method like "_renderItem" callback)
@codecov
Copy link

codecov bot commented Aug 8, 2020

Codecov Report

Merging #69 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #69   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          193       193           
  Lines        10213     10269   +56     
  Branches      3423      3367   -56     
=========================================
+ Hits         10213     10269   +56     
Impacted Files Coverage Δ
...kages/common/src/editorValidators/textValidator.ts 100.00% <100.00%> (ø)
packages/common/src/editors/autoCompleteEditor.ts 100.00% <100.00%> (ø)
packages/common/src/editors/dateEditor.ts 100.00% <100.00%> (ø)
packages/common/src/enums/fieldType.enum.ts 100.00% <100.00%> (ø)
...on/src/filter-conditions/executeMappedCondition.ts 100.00% <100.00%> (ø)
...es/common/src/filter-conditions/filterUtilities.ts 100.00% <100.00%> (ø)
packages/common/src/filters/autoCompleteFilter.ts 100.00% <100.00%> (ø)
packages/common/src/filters/compoundDateFilter.ts 100.00% <100.00%> (ø)
packages/common/src/filters/compoundInputFilter.ts 100.00% <100.00%> (ø)
packages/common/src/filters/dateRangeFilter.ts 100.00% <100.00%> (ø)
... and 9 more

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 d154320...5d8299a. Read the comment docs.

@ghiscoding ghiscoding merged commit 93c3d0a into master Aug 11, 2020
@ghiscoding ghiscoding deleted the feat/autocomplete-callback branch August 11, 2020 13:04
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.

2 participants