mirror of
https://github.com/lingble/twenty.git
synced 2025-10-30 04:12:28 +00:00
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