F
Filamentβ€’9mo ago
Lara Zeus

change the widget type on the fly

can I set the widget type based on a filter value. the widget type is sooo protected and abstract πŸ™‚ is that by design?
1 Reply
Lara Zeus
Lara Zeusβ€’9mo ago
protected function getType(): string
{
return 'bar';
}
protected function getType(): string
{
return 'bar';
}