Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/layout-fragment-and-select' in…
Browse files Browse the repository at this point in the history
…to layout-fragment-and-select
  • Loading branch information
lee-to committed Jan 16, 2025
2 parents 1b3cd48 + 4ecb8de commit 28a19fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]);
}

Expand Down

0 comments on commit 28a19fe

Please sign in to comment.