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 e0301b8 commit 9cf5170Copy full SHA for 9cf5170
src/Rendering/Bootstrap5InlineRenderer.php
@@ -19,15 +19,14 @@ class Bootstrap5InlineRenderer extends DefaultFormRenderer
19
'item' => 'p',
20
],
21
'group' => [
22
- 'container' => 'fieldset',
+ 'container' => '',
23
'label' => 'legend',
24
'description' => 'p',
25
26
'controls' => [
27
'container' => '',
28
29
'pair' => [
30
- 'container' => 'div class="mb-3"',
31
'.required' => 'required',
32
'.optional' => null,
33
'.odd' => null,
0 commit comments