fix(frontend): Chromeのパスワードマネージャーのバグの回避 (MisskeyIO#482)
Chromeのバグでtype=searchのinputボックスを全てパスワードフィールド扱いにしているので一旦type=textに
This commit is contained in:
parent
4f8190c2bf
commit
72546ecc66
9 changed files with 12 additions and 12 deletions
|
@ -12,7 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<MkFolder>
|
||||
<template #label>{{ i18n.ts._role.baseRole }}</template>
|
||||
<div class="_gaps_s">
|
||||
<MkInput v-model="baseRoleQ" type="search">
|
||||
<MkInput v-model="baseRoleQ" type="text">
|
||||
<template #prefix><i class="ti ti-search"></i></template>
|
||||
</MkInput>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue