-
-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
maryUI version
2.4.9
daisyUI version
5.4.7
Livewire version
3.7.0
What browsers are affected?
Firefox, Chrome
What happened?
This code...
<x-datetime label="Append a button">
<x-slot:append>
<x-button label="I am a button" class="join-item btn-primary" />
</x-slot:append>
</x-datetime>
... displays like...
I think the issue has to do with line 73 of DateTime.php: <div class="w-full">.
Changing that to <div @class(["w-full", "join" => $prepend || $append])> (similar to line 111 of Input.php), seems to fix the issue...

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working