We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc8c00 commit faf7b9cCopy full SHA for faf7b9c
src/Views/Components/Date.php
@@ -54,9 +54,9 @@ public function __construct(
54
);
55
56
$this->icon = $icon ?: $this->getFrameworkIcon($this->frameworkConfig('date-icon'));
57
- $this->icon = $icon ?: $this->getFrameworkIcon($this->frameworkConfig('date-icon'));
58
- $this->iconWrapperClass = $iconWrapperClass ?: $this->frameworkConfig('date-icon-wrapper-class');
+ $this->clearIcon = $clearIcon ?: $this->getFrameworkIcon($this->frameworkConfig('date-clear-icon'));
59
$this->clearBtnClass = $clearBtnClass ?: $this->frameworkConfig('date-clear-btn-class');
+ $this->iconWrapperClass = $iconWrapperClass ?: $this->frameworkConfig('date-icon-wrapper-class');
60
}
61
62
public function datePickerClass(): string
0 commit comments