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
|
|
@ -2,6 +2,7 @@
|
|||
<div class="ui action input">
|
||||
<input
|
||||
required
|
||||
name="password"
|
||||
:tabindex="index"
|
||||
:type="passwordInputType"
|
||||
@input="$emit('input', $event.target.value)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue