mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Set onfocus.
This commit is contained in:
parent
2e2b1411bf
commit
58527c3c51
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ export function SettingsTable({
|
||||||
onChange={handleFilterChange}
|
onChange={handleFilterChange}
|
||||||
delay={1000}
|
delay={1000}
|
||||||
value={filter}
|
value={filter}
|
||||||
|
autoFocus={true}
|
||||||
placeholder="Search"
|
placeholder="Search"
|
||||||
style={{ maxWidth: '300px', marginBottom: '10px' }}
|
style={{ maxWidth: '300px', marginBottom: '10px' }}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue