Skip to content

Commit

Permalink
fjern aria-owns
Browse files Browse the repository at this point in the history
  • Loading branch information
kenglxn committed Dec 18, 2023
1 parent 8aae395 commit 557f5ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bedriftsmeny/velger/Virksomhetsvelger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ const Velger = ({friKomponent} : {friKomponent: boolean} ) => {
placeholder="Søk på virksomhet ..."
label="Søk på virksomhet"
autoComplete="organization"
aria-owns="sokestatus virksomhetsvelger__resultatliste"
onKeyDown={(e) => {
if (søketekst.length > 0 && enheterflat.length > 0) {
if (e.key === 'ArrowDown' || e.key === 'Down') {
Expand Down

0 comments on commit 557f5ac

Please sign in to comment.