Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Wolfer
funkwhale
Commits
6d3ad11f
Unverified
Commit
6d3ad11f
authored
Jun 05, 2020
by
Agate
💬
Browse files
Ensure firefox password manager dont autofill username in search bar (#1090)
parent
c19e8595
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/1090.bugfix
0 → 100644
View file @
6d3ad11f
Ensure firefox password manager dont autofill username in search bar (#1090)
front/src/components/audio/SearchBar.vue
View file @
6d3ad11f
<
template
>
<div
class=
"ui fluid category search"
>
<slot></slot><div
class=
"ui icon input"
>
<input
ref=
"search"
class=
"prompt"
name=
"search"
:placeholder=
"labels.placeholder"
type=
"text"
@
keydown.esc=
"$event.target.blur()"
>
<input
ref=
"search"
type=
"search"
class=
"prompt"
name=
"search"
:placeholder=
"labels.placeholder"
@
keydown.esc=
"$event.target.blur()"
>
<i
class=
"search icon"
></i>
</div>
<div
class=
"results"
></div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment