mirror of https://github.com/buster-so/buster.git
Share menu autocomplete off 🍜
This commit is contained in:
parent
56908dc77b
commit
871c599de8
|
@ -169,6 +169,7 @@ const ShareMenuContentShare: React.FC<ShareMenuContentBodyProps> = React.memo(
|
||||||
value={inputValue}
|
value={inputValue}
|
||||||
onChange={onChangeInputValue}
|
onChange={onChangeInputValue}
|
||||||
onPressEnter={onSubmitNewEmail}
|
onPressEnter={onSubmitNewEmail}
|
||||||
|
autoComplete="off"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{inputValue && (
|
{inputValue && (
|
||||||
|
|
Loading…
Reference in New Issue