Changeset 35952 for main/trunk


Ignore:
Timestamp:
2022-01-11T10:55:06+13:00 (2 years ago)
Author:
cstephen
Message:

Disable spellchecking in word editors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/korero-maori-asr/src/components/TranscriptionItemEditor.vue

    r35819 r35952  
    1515                    class="editor-word" v-model="word.word" type="text" :class="{ 'word-highlight-applied': word.shouldHighlight }"
    1616                    @beforeinput="onEditorBeforeInput($event, index)" @focusout="onEditorFocusOut(index)" @focus="onEditorFocus(index)"
    17                     autocomplete="off" />
     17                    autocomplete="off" spellcheck="false" />
    1818                <span>&nbsp;</span>
    1919            </li>
Note: See TracChangeset for help on using the changeset viewer.