[Issue8871] Do not open disabled localized combobox when clicking on it

This commit is contained in:
Gabor Hodi
2022-01-23 18:51:14 +01:00
parent 97ed56bc3a
commit 2ecce0e47e
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ export function uiFieldLocalized(field, context) {
localizedInputs.selectAll('button, input')
.classed('disabled', !!isLocked)
.attr('readonly', isLocked || null);
selection.selectAll('.combobox-caret').classed('nope', true);
function addNew(d3_event) {