-
Notifications
You must be signed in to change notification settings - Fork 4.1k
feat(module:tree-select): add nzSearchFunc input function #8707 #3478 #8951
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
Conversation
|
This preview will be available after the AzureCI is passed. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8951 +/- ##
==========================================
- Coverage 91.91% 91.89% -0.02%
==========================================
Files 555 555
Lines 19708 19711 +3
Branches 2943 2945 +2
==========================================
Hits 18114 18114
- Misses 1268 1269 +1
- Partials 326 328 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
to specify search logic, such as matching against custom data NG-ZORRO#8707 NG-ZORRO#3478
|
@Laffery i reviewd this PR, seems good on my side, jsut missing test but other point this seems not existing in the original spec. What do you thing to tag it with blocked by antd design ? |
Nicoss54
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you write the test for your development ?
I think the I think we should support the
ng-zorro highlights the matched parts antd highlights the whole title In a word, I think this feature needs to change the original design, and I'm willing to work on it in v21 |
I agree, let's close this one so WDYT ? |
ok |
多谢,我是因为自己需要所以做了一个简单的输入函数,我也看到了搜索高亮问题,我自己因为菜 所以简单实现自己的需求,有更好的设计当然更好,谢谢。 Thank you. I made a simple input function because I needed it myself. I also saw the search highlighting issue. I simply implemented my own requirements because I'm not good at it. Of course, a better design would be even better. Thank you. |




to specify search logic, such as matching against custom data
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information