feat: render room assignment as radio buttons
This commit is contained in:
@@ -88,6 +88,8 @@ class ParticipantFieldOptionsProvider extends AbstractFieldOptionsProvider
|
||||
|
||||
return [
|
||||
'label' => 'Zimmer',
|
||||
'expanded' => true,
|
||||
'multiple' => false,
|
||||
// No placeholder when only one room available - the only option is pre-selected
|
||||
'placeholder' => $singleChoice ? false : 'Nicht zugeordnet',
|
||||
'choices' => $choices,
|
||||
|
||||
Reference in New Issue
Block a user