Closed as not planned
Description
There are many cases where it makes sense to override the props of the components.
Examples:
aria-label
of e.g.CommandLoading
andCommandList
to support multi languagearia-expanded
ofCommandInput
, which is alwaystrue
currently, but should only betrue
, when the input has focus or after typing, when the list is showntype
ofCommandInput
to let users only insert numbers for instance
There is already a PR for it #117, but I created a new one #202
Here is a code sandbox, where we can see the problem
Maybe we can realize it?
Metadata
Assignees
Labels
No labels
Activity