ui icon indicating copy to clipboard operation
ui copied to clipboard

FormField/DropDown don't support ModelField->enum property

Open DarkSide666 opened this issue 6 years ago • 1 comments

It only supports values property of model field, but don't support enum property.

Workaround is to set values like this $model_field->values = array_combine($values, $values); instead of $model_field->enum = $values;

DarkSide666 avatar Jan 14 '20 12:01 DarkSide666

@DarkSide666 is it still present and can you please post a complete repro code?

mvorisek avatar Apr 13 '22 15:04 mvorisek

ping @DarkSide666

mvorisek avatar Sep 28 '22 11:09 mvorisek