Merge remote-tracking branch '1ec5/1ec5-multicombo-raw-9164' into develop

This commit is contained in:
Martin Raifer
2022-06-22 14:49:39 +02:00
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ export function uiFieldCombo(field, context) {
var label = field.t('options.' + k, { default: k });
return {
key: k,
value: label,
value: _isMulti ? k : label,
display: field.t.append('options.' + k, { default: k }),
title: d.title || label,
klass: field.hasTextForStringId('options.' + k) ? '' : 'raw-option'