Add auto-focus to search input

This commit is contained in:
jeffvli 2023-06-02 13:13:33 -07:00
parent 7e2d9bd585
commit 34870556b4

View File

@ -121,6 +121,7 @@ export const CommandPalette = ({ modalProps }: CommandPaletteProps) => {
>
<TextInput
ref={searchInputRef}
data-autoFocus
icon={<RiSearchLine />}
rightSection={
<ActionIcon