feat: update setType method to use slug value for type

This commit is contained in:
Andras Bacsai
2024-10-07 12:11:56 +02:00
parent 3b3362daf0
commit a725a6eaf2

View File

@@ -256,7 +256,8 @@ class Select extends Component
public function setType(string $type)
{
$type = str($type)->lower()->value();
$type = str($type)->lower()->slug()->value();
ray('type', $type);
if ($this->loading) {
return;
}