We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Similar to HTML, we should support:
<LiveButton type="submit"> and <LiveButton type="reset">
<LiveButton type="submit">
<LiveButton type="reset">
The text was updated successfully, but these errors were encountered:
Would <LiveFormButton> work, so its more related to the library?
<LiveFormButton>
I assume most people would use the <.button> component anyways.
<.button>
Sorry, something went wrong.
I think I want to go with LiveButton
Let's keep LiveSubmitButton but it will log a deprecation warning and delegate to LiveButton type="submit"
LiveSubmitButton
LiveButton
carson-katri
Successfully merging a pull request may close this issue.
Similar to HTML, we should support:
<LiveButton type="submit">
and<LiveButton type="reset">
The text was updated successfully, but these errors were encountered: