Merge remote-tracking branch 'hodigabi/issue-8871' into develop

This commit is contained in:
Martin Raifer
2022-01-28 12:34:39 +01:00
3 changed files with 5 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) {