mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 08:09:56 +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
|
@ -12,7 +12,7 @@
|
|||
<div class="inline fields">
|
||||
<div class="field">
|
||||
<label for="domain"><translate>Add a domain</translate></label>
|
||||
<input type="text" id="domain" v-model="domainName">
|
||||
<input type="text" name="domain" id="domain" v-model="domainName">
|
||||
</div>
|
||||
<div class="field">
|
||||
<button :class="['ui', {'loading': isCreating}, 'green', 'button']" type="submit" :disabled="isCreating">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue