Open MQpeng opened 1 year ago
handleSearchValue
tree.component.ts
// components/tree-select/tree-select.component.ts setInputValue(value: string): void { this.inputValue = value; this.updatePosition(); } // change to setInputValue(value: string): void { this.inputValue.next(value) } ```<!-- generated by ng-zorro-issue-helper. DO NOT REMOVE -->
There is a demo in official code(https://stackblitz.com/edit/angular-hgx1np?file=src/app/app.component.ts)
What problem does this feature solve?
handleSearchValue
function intree.component.ts
frequentlyWhat does the proposed API look like?