Skip to content

Fix profile form not submitting #5

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

Merged
merged 3 commits into from
Mar 11, 2025

Conversation

iqbaleff214
Copy link
Contributor

Hey, thanks for creating this Laravel 12 + Svelte starter kit! It’s really helpful, and I appreciate it a lot!

While exploring the project, I noticed that the profile form could not be submitted. After investigating, I found that the submit button had type="button" instead of type="submit", which prevented the form submission.

This PR updates the button type to submit, allowing the form to work as expected.

@adampatterson
Copy link

@iqbaleff214 Would you mind also updating the button in Password.svelte?

@oseughu
Copy link
Owner

oseughu commented Mar 11, 2025

LGTM. Thanks a lot @iqbaleff214 good spot!

@oseughu oseughu merged commit 6097f4b into oseughu:main Mar 11, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants