mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
disable auto focus by default
This commit is contained in:
parent
7748e59439
commit
51a5372cdc
@ -229,7 +229,7 @@ export default (props) => {
|
|||||||
onChange={handleOnSearch}
|
onChange={handleOnSearch}
|
||||||
value={searchValue}
|
value={searchValue}
|
||||||
prefix={<Icons.Search />}
|
prefix={<Icons.Search />}
|
||||||
autoFocus={props.autoFocus ?? true}
|
autoFocus={props.autoFocus ?? false}
|
||||||
onFocus={props.onFocus}
|
onFocus={props.onFocus}
|
||||||
onBlur={props.onUnfocus}
|
onBlur={props.onUnfocus}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user