We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to be able to have a select all option for the multi select component
<nz-select [selectAll]="true">
The text was updated successfully, but these errors were encountered:
Pass keys of all items into [ngModel].
[ngModel]
This proposed API would result in confusion and inconsistent with the existing API.
Sorry, something went wrong.
Okay, but every time I want to have an option for selecting/deselecting all items I have to do it by myself
@fbcarpinato Yes. Selecting all is just a special case of selecting something.
vthinkxie
No branches or pull requests
What problem does this feature solve?
I want to be able to have a select all option for the multi select component
What does the proposed API look like?
<nz-select [selectAll]="true">
The text was updated successfully, but these errors were encountered: