Skip to content

Commit

Permalink
Merge pull request #821 from gobitfly/BEDS-368/bitwarden-popup
Browse files Browse the repository at this point in the history
Set HTML attributes.
  • Loading branch information
benji-bitfly authored Sep 3, 2024
2 parents 9974bb7 + 6083f77 commit 865eb6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/components/bc/searchbar/SearchbarMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@ function informationIfHiddenResults(): string {
:class="[barShape, colorTheme]"
type="text"
:placeholder="t(SearchbarPurposeInfo[barPurpose].placeHolder)"
autocomplete="off"
@keyup="(e) => handleKeyPressInTextField(e.key)"
@focus="globalState.showDropdown = true"
>
Expand Down

0 comments on commit 865eb6a

Please sign in to comment.