-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tree): enable custom filter of query (#1169)
* docs(combo-box): improve regexp usage * docs(tree-select): add missing filter API reference * test(tree-select): add custom filter unit test * docs(combo-box): use collection composer in filter examples for latest value * docs(tree-select): remove non-existing filter attribute in JSDoc * refactor(elements): remove unnecessary type option in property decorator with no attribute * docs(tree-select): add missing queryDebounceRate API ref * feat(tree): expose filter as property only * test(tree): new unit test for custom filter * docs(tree): add filter section * docs(tree-select): workaround overflow table issue in API reference * test(combo-box): add custom filter unit test * docs(combo-box): filter with initial value instead * test(tree-select): use tree node with testing & demo page * docs(tree-select): add filter live example with tree node usage * docs: use nested data to show how filter works with parents & children * refactor(combo-box,tree-select, tree): remove unnecessary lastIndex usage --------- Co-authored-by: Theeraphat-Sorasetsakul <[email protected]>
- Loading branch information
1 parent
bb43ab7
commit c9ef6b6
Showing
21 changed files
with
868 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.