-
Notifications
You must be signed in to change notification settings - Fork 140
Form submission with button component. #113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Hi, love the idea. You should have in mind that one button should probably be able to handle multiple form submissions, considering that a form could only have one title. Just spitballing here, but maybe adding a |
Unfortunately that is not something that browsers do. HTML only allows one button to submit one form. But we could add intermediate titles, and fieldsets inside the form. |
I see, I'll have to do some research and get back to this topic. |
Implemented in 8d3c8dc . It will be in the next release 🎉 |
Discussed in #112
Originally posted by Pieter3033 October 24, 2023
Hi,
Is it possible to do a form submission with the button component, I know there is already buttons implemented inside of the form but I would like to do a form submission with the fancy new buttons.
Regards
The text was updated successfully, but these errors were encountered: