-
Notifications
You must be signed in to change notification settings - Fork 645
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Hiya! In using the <Button> component inside of a form, I attempted to give it the type="submit" attribute, but it was overwritten with type="button":
<form>
<Button type="submit">Place order for pizza</Button>
{/* rendered as <button type="button"> */}
</form>It'd be great to allow type to be set, and then I guess setting button as the defaultProp? Let me know if I can help!
cc @emplums, chatted about this in Slack 😊
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers