mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01: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…
Add table
Add a link
Reference in a new issue