Open dansinian opened 4 years ago
What problem does this feature solve?
Tree : nzSearchFunc, nzSearchValueChange Select: nzDropdownRender I can customize the filtering method.
What does the proposed API look like?
<nz-tree-select [nzSearchFunc]="searchChangeFun" (nzSearchValueChange)="searchValueChange($event)" [nzDropdownRender]="renderTemplate"> </
<ng-template #renderTemplate>
<input type="text" nz-input #inputElement /> Add item
您好,您这样的问题是怎么解决了的?
any progress?
any news ?
What problem does this feature solve?
Tree : nzSearchFunc, nzSearchValueChange Select: nzDropdownRender I can customize the filtering method.
What does the proposed API look like?
<nz-tree-select [nzSearchFunc]="searchChangeFun" (nzSearchValueChange)="searchValueChange($event)" [nzDropdownRender]="renderTemplate"> </
<ng-template #renderTemplate>