Merge branch '1090-autocomplete' into 'master'

Resolve "Firefox auto-fills your remembered username in the search box if you open the user settings page"

See merge request funkwhale/funkwhale!1133
plugins-v3
Agate 2020-06-05 06:25:20 +02:00
commit 96f6b1e192
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -0,0 +1 @@
Ensure firefox password manager dont autofill username in search bar (#1090)

Wyświetl plik

@ -1,7 +1,7 @@
<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>