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}
|
||||
onChange={onChangeInputValue}
|
||||
onPressEnter={onSubmitNewEmail}
|
||||
autoComplete="off"
|
||||
/>
|
||||
|
||||
{inputValue && (
|
||||
|
|
Loading…
Reference in New Issue