QoL(PluginSettings): auto focus search bar

main
Vendicated 2 years ago
parent bcbbc79365
commit 933216fcd5
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905

@ -283,7 +283,7 @@ export default ErrorBoundary.wrap(function Settings() {
<ReloadRequiredCard plugins={[...changes.getChanges()]} style={{ marginBottom: 16 }} />
<div className={cl("filter-controls")}>
<TextInput value={searchValue.value} placeholder="Search for a plugin..." onChange={onSearch} style={{ marginBottom: 24 }} />
<TextInput autoFocus value={searchValue.value} placeholder="Search for a plugin..." onChange={onSearch} style={{ marginBottom: 24 }} />
<div className={InputStyles.inputWrapper}>
<Select
className={InputStyles.inputDefault}

Loading…
Cancel
Save