mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 14:00:06 +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
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="ui fluid category search">
|
||||
<slot></slot><div class="ui icon input">
|
||||
<input class="prompt" :placeholder="labels.placeholder" type="text">
|
||||
<input class="prompt" name="search" :placeholder="labels.placeholder" type="text">
|
||||
<i class="search icon"></i>
|
||||
</div>
|
||||
<div class="results"></div>
|
||||
|
@ -110,5 +110,4 @@ export default {
|
|||
|
||||
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue