Skip to content

Commit 68063c2

Browse files
timea-solidCopilot
andauthored
Update src/widgets/forms.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8facc75 commit 68063c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/forms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ field[ns.ui('Classifier').uri] = function (
736736
if (selectElement && selectElement.querySelector && selectElement.querySelector('select')) {
737737
const select = selectElement.querySelector('select');
738738
if (select && !kb.updater.editable(dataDoc.uri)) {
739-
select.readOnly = true;
739+
select.disabled = true;
740740
select.style = style.textInputStyleUneditable;
741741
}
742742
}

0 commit comments

Comments
 (0)