We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d683299 commit db48d68Copy full SHA for db48d68
app/code/Magento/Ui/Component/Form/Element/AbstractOptionsField.php
@@ -53,7 +53,7 @@ public function prepare()
53
} else {
54
$options = array_values($this->options);
55
}
56
- if (!isset($config['rawOptions']) || $config['rawOptions'] === false) {
+ if (empty($config['rawOptions'])) {
57
$options = $this->convertOptionsValueToString($options);
58
59
$config['options'] = array_values(array_merge_recursive($config['options'], $options));
0 commit comments