diff --git a/.changeset/few-buttons-battle.md b/.changeset/few-buttons-battle.md new file mode 100644 index 0000000..c4da268 --- /dev/null +++ b/.changeset/few-buttons-battle.md @@ -0,0 +1,5 @@ +--- +'react-loqate': minor +--- + +Disable autocomplete function diff --git a/src/components/DefaultInput.tsx b/src/components/DefaultInput.tsx index c41568c..2ec3a64 100644 --- a/src/components/DefaultInput.tsx +++ b/src/components/DefaultInput.tsx @@ -14,6 +14,7 @@ const DefaultInput = forwardRef( className={clsx('react-loqate-input', className)} ref={ref} {...rest} + autoComplete="ksahdkjsadbsakjd" /> ); }