mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Merge remote-tracking branch '1ec5/1ec5-multicombo-raw-9164' into develop
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user