I tried to put the link inside and around the li tag but the dropdown does not close with open.set(false)
<DropdownMenuContent class="w-72 [--radius:0.65rem]">
<DropdownMenuItem on:click=move |_| {
open.set(false); <-- this is not executed, or only at times
}>
<A href="better" >
<ItemTitle>
"Better"
</ItemTitle>
</A>
</DropdownMenuItem>
I tried to put the link inside and around the li tag but the dropdown does not close with open.set(false)