-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure the
multiple
prop is typed correctly when passing explicit t…
…ypes to the `Combobox` component (#3099) * ensure `TMultiple` is correct when passing explicit types to the `Combobox` When you use the `Combobox` component with explicit types: ```ts <Combobox<MyType> /> ``` Then we make sure that we properly set the `TMultiple` prop as well. It defaults to `false` which seems to be the better default. * update changelog
- Loading branch information
1 parent
cb9cda7
commit 512bf44
Showing
2 changed files
with
7 additions
and
5 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