Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
funkwhale
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zwordi
funkwhale
Commits
6d3ad11f
Unverified
Commit
6d3ad11f
authored
Jun 05, 2020
by
Agate
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ensure firefox password manager dont autofill username in search bar (#1090)
parent
c19e8595
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
changes/changelog.d/1090.bugfix
changes/changelog.d/1090.bugfix
+1
-0
front/src/components/audio/SearchBar.vue
front/src/components/audio/SearchBar.vue
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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