diff --git a/components/CoreInput.vue b/components/CoreInput.vue index aebe23cb..1177089c 100644 --- a/components/CoreInput.vue +++ b/components/CoreInput.vue @@ -121,10 +121,14 @@ onMounted(() => { :id="id" ref="inputRef" v-model="modelProxy" + aria-autocomplete="none" + autocomplete="off" + name="text" :placeholder="placeholder" :rows="lines" :spellcheck="false" :style="{ height }" + type="text" :value="modelProxy" class="unset-all cursor-text block min-h-0 overflow-hidden resize-none placeholder-current" :class="{ 'whitespace-nowrap': !multiline }" diff --git a/components/Doc.vue b/components/Doc.vue index 311b8573..6f086e98 100644 --- a/components/Doc.vue +++ b/components/Doc.vue @@ -1,4 +1,4 @@ -