Skip to content

Delete button does not work #70

@rbtsv

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.

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