Fix: Added autoFocus to Input (#3179)
This commit is contained in:
@ -246,6 +246,7 @@ export const CommandMenu = () => {
|
||||
{isCommandMenuOpened && (
|
||||
<StyledDialog ref={commandMenuRef}>
|
||||
<StyledInput
|
||||
autoFocus
|
||||
value={search}
|
||||
placeholder="Search"
|
||||
onChange={handleSearchChange}
|
||||
|
||||
Reference in New Issue
Block a user