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