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.
2 parents 35f25f2 + e4873e0 commit cc66715Copy full SHA for cc66715
src/components/BaseRenderer.php
@@ -66,12 +66,12 @@ abstract class BaseRenderer extends Object
66
/**
67
* @var array the HTML options for the `remove` button
68
*/
69
- public $removeButtonOptions;
+ public $removeButtonOptions = [];
70
71
72
* @var array the HTML options for the `add` button
73
74
- public $addButtonOptions;
+ public $addButtonOptions = [];
75
76
77
* @var bool whether to allow the empty list
@@ -282,4 +282,4 @@ protected function collectJsTemplates($except = [])
282
}
283
return $output;
284
285
-}
+}
0 commit comments