Fix dropdown not closing when clicking away

This commit is contained in:
samy
2025-08-07 18:49:04 -10:00
parent 0aec35ad24
commit 790e98e96c
@@ -3,7 +3,10 @@
]) ])
<li class="z-10"> <li class="z-10">
<details> <details
x-data
x-ref="dropdown"
@click.outside="$refs.dropdown.open = false">
<summary>{{ $title }}</summary> <summary>{{ $title }}</summary>
<ul class="p-2 bg-primary"> <ul class="p-2 bg-primary">
{{ $slot }} {{ $slot }}