Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Legger til autocomplete=off på tekstinput
Browse files Browse the repository at this point in the history
  • Loading branch information
PerOlavM committed Oct 25, 2023
1 parent fa334d6 commit 62c9adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const DelSkjermModal = (props: Props) => {
value={code}
onChange={onChange}
maxLength={5}
autoComplete="off"
/>
<div className={style.knapper}>
<Button onClick={onClick}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const SokInput = (props: Props) => {
value={inputValue}
type="text"
label={finnTekst('sok-knapp-sokefelt', language)}
autoComplete="off"
/>
<SokKnapper writtenInput={writtenInput} onReset={onReset} id={id} />
</div>
Expand Down

0 comments on commit 62c9adc

Please sign in to comment.