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 883e066 commit a171520Copy full SHA for a171520
src/Kris/LaravelFormBuilder/Fields/FormField.php
@@ -675,7 +675,7 @@ protected function setDefaultOptions(array $options = [])
675
// Get default defaults from config (eg. defaults.field_class)
676
$this->options = $this->formHelper->mergeOptions($this->allDefaults(), $this->getDefaults());
677
678
- // Maybe overwrite with field type defaults from config (eg. defaults, checkbox, field_class)
+ // Maybe overwrite with field type defaults from config (eg. defaults.checkbox.field_class)
679
$defaults = $this->setDefaultClasses($options);
680
$this->options = $this->formHelper->mergeOptions($this->options, $defaults);
681
0 commit comments