Skip to content

Commit

Permalink
adding autofocus to search
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Jul 18, 2024
1 parent f72c500 commit d80410f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Widgets/CustomEntitiesDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ export default function CustomEntitiesDropdown({
<TextField
fullWidth
type="text"
autoFocus={true}
onChange={debouncedResults}
placeholder={searchPlaceholder}
InputProps={{
Expand Down

0 comments on commit d80410f

Please sign in to comment.