I wanted to use the DropdownMenuItem to submit some form on the page
but the form attr does not make it to the inner button
so I used
```
<DropdownMenuGroup>
<li class="singlestage-dropdown-menu-item text-red-900">
<button form="formid">{icon!(icondata::LuTrash2)} "Trash"</button>
</li>
</DropdownMenuGroup>
I wanted to use the DropdownMenuItem to submit some form on the page
but the form attr does not make it to the inner button
so I used