OptionaldefaultValue?: stringOptional default item value when it is initially rendered.
OptionaldisablePointerSelection?: booleanOptionally set to true to disable selection via pointer events.
Optionalfilter?: CommandFilterCustom filter function for whether each command menu item should matches the given search query.
It should return a number between 0 and 1, with 1 being the best match and 0 being hidden entirely.
By default, uses the command-score library.
Optionallabel?: stringAccessible label for this command menu. Not shown visibly.
Optionalloop?: booleanOptionally set to true to turn on looping around when using the arrow keys.
OptionalonValueChange?: (value: string) => voidEvent handler called when the selected item of the menu changes.
OptionalshouldFilter?: booleanOptionally set to false to turn off the automatic filtering and sorting.
If false, you must conditionally render valid items based on the search query yourself.
Optionalvalue?: stringOptional controlled state of the selected command menu item.
OptionalvimBindings?: booleanSet to false to disable ctrl+n/j/p/k shortcuts. Defaults to true.
Command menu for React. These components are built on cmdk and styled with Shadcn UI.