silverstripe-admin icon indicating copy to clipboard operation
silverstripe-admin copied to clipboard

ListboxField appears as CheckboxSetField when rendered in a react context

Open torleif opened this issue 1 year ago • 2 comments

A ListboxField should appear as a multi value dropdown field:

ListboxField::create('Test', 'Test', ['0' => 'test1', '1' => 'test2'])

image

However if the elemental item is inline, it appears as a CheckboxSetField:

image

torleif avatar Dec 06 '22 01:12 torleif