From 4ecb8de461559dbb700dc15770cd7faccc18fa70 Mon Sep 17 00:00:00 2001 From: lee-to Date: Thu, 16 Jan 2025 09:30:01 +0000 Subject: [PATCH] Fix styling --- src/Fields/Select.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fields/Select.php b/src/Fields/Select.php index 8e799797..9ee069c2 100644 --- a/src/Fields/Select.php +++ b/src/Fields/Select.php @@ -85,7 +85,7 @@ public function asyncOnInit(bool $whenOpen = true): static { return $this->customAttributes([ 'data-async-on-init' => true, - 'data-async-on-init-dropdown' => $whenOpen + 'data-async-on-init-dropdown' => $whenOpen, ]); }