From e91de0a350577686a7766c7a118825b454e84873 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Tue, 3 Jan 2023 11:44:40 -0600 Subject: [PATCH] LP1947906 Remove spellcheck="false" on MARC inputs Removes the spellcheck="false" attributes on editable content fields in both the rich text and flat MARC editors, to allow browser-based spellcheckers to work as expected. Signed-off-by: Stephanie Leary --- .../eg2/src/app/staff/share/marc-edit/editable-content.component.html | 2 -- .../src/eg2/src/app/staff/share/marc-edit/flat-editor.component.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/editable-content.component.html b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/editable-content.component.html index 0fb728b2c4..98e4b49dd1 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/editable-content.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/editable-content.component.html @@ -13,7 +13,6 @@ Track their labels here.
+ [(ngModel)]="record.breakerText" rows="{{rowCount()}}">
-- 2.11.0