diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-23 13:34:55 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-23 13:34:55 +0700 |
| commit | db1edae6850411b1fa70bdf6c47edd5ca303bd24 (patch) | |
| tree | a1d42f56adb13cfd504f47c894d0a5375ce031b7 /src/components | |
| parent | def5c78dd6435365b2f69bf6aee82068f6cf013c (diff) | |
Disable autocomplete
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Header.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Header.js b/src/components/Header.js index e3d8d41d..eaaccb66 100644 --- a/src/components/Header.js +++ b/src/components/Header.js @@ -134,7 +134,7 @@ export default function Header({ title }) { value={searchQuery} className="form-input rounded-r-none border-r-0 focus:ring-0" placeholder="Ketikan nama, merek, part number" - autoComplete="false" + autoComplete="off" /> <button type="submit" |
