Changeset 35825


Ignore:
Timestamp:
2021-12-17T14:35:05+13:00 (2 years ago)
Author:
cstephen
Message:

Disable spell-checking on the OCR result

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/ocr/src/components/MainPage.vue

    r35819 r35825  
    239239
    240240            <textarea class="text-container" v-model="ocrResult" :placeholder="translations.get('MainPage_OCRHint')"
    241                 @input="ocrTextEdited = true" :disabled="!isValidOcrResult || ocrInProgress" autocomplete="off" />
     241                @input="ocrTextEdited = true" :disabled="!isValidOcrResult || ocrInProgress" autocomplete="off" spellcheck="false"/>
    242242        </div>
    243243    </div>
Note: See TracChangeset for help on using the changeset viewer.