mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 04:39:25 +02:00
Fix #686: Added name attributes on all inputs to improve UX, especially with password managers
This commit is contained in:
parent
ca433fd90e
commit
4256d554e3
24 changed files with 29 additions and 20 deletions
|
@ -20,7 +20,7 @@
|
|||
<div class="three fields">
|
||||
<div class="field">
|
||||
<label><translate>Playlist name</translate></label>
|
||||
<input v-model="name" required type="text" :placeholder="labels.placeholder" />
|
||||
<input name="name" v-model="name" required type="text" :placeholder="labels.placeholder" />
|
||||
</div>
|
||||
<div class="field">
|
||||
<label><translate>Playlist visibility</translate></label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue