fix(stage-layouts): suppress mobile browser form assistance (#2460)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user