This is because there are way too many false positives for the
spell-check to be useful (e.g. codes, subfield delimiters are reported
as spelling errors)
To test:
* Open a record in the Web client in a recent version of Firefox.
* Click MARC Edit.
* Turn on the Flat Text Editor.
* Click inside the editor so that it is in focus.
* Confirm that that no red wavy spelling error underlines appear.
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
</div>
<div ng-show="flatEditor.isEnabled">
- <textarea class="marcflateditor" cols="120" rows="40" ng-model="flat_text_marc" ng-blur="saveFlatTextMARC()"></textarea>
+ <textarea class="marcflateditor" cols="120" rows="40" spellcheck="false" ng-model="flat_text_marc" ng-blur="saveFlatTextMARC()"></textarea>
</div>
<div ng-show="!flatEditor.isEnabled">
<div class="row pad-vert">