Skip to content

Delete button does not work #70

Description

@rbtsv
            <DropdownMenuItem>
              <form action={deleteProduct}>
                <button type="submit">Delete</button>
              </form>
            </DropdownMenuItem>

The delete button from dropdown menu does not work. A click on the button does not invoke the submit event (I used () => {alert("test");} instead of deleteProduct as well). I had to use onClick method to make things work.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions