fix(stage-layouts): suppress mobile browser form assistance (#2460)

This commit is contained in:
RainbowBird
2026-09-04 15:56:01 +08:00
committed by GitHub
parent fb574e69da
commit e23fa64b62
2 changed files with 14 additions and 0 deletions
@@ -564,6 +564,10 @@ onUnmounted(() => {
<!-- Android handles touch from the scrollable textarea, so it needs touch-none to keep the bubble drag active. -->
<BasicTextarea
v-model="messageInput"
autocomplete="off"
autocapitalize="off"
autocorrect="off"
:spellcheck="false"
:placeholder="t('stage.message')"
:class="[
'font-cute',