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? 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
FEATURE REQUEST:
I wanna that form component can emit multiple events.
Ex:
def my_form_config { #... emit: "form-loading other-event", success: { emit: "form-succeeded other-event-success" }, failure: { emit: "form-failed other-event-failed" } } end
The text was updated successfully, but these errors were encountered:
@shido76 thanks for the feature request. I try to take care of this in the next release, probably coming within the next two weeks.
Sorry, something went wrong.
I really want to have that too (missing it right now...). Should apply for action components as well!
action
jonasjabari
No branches or pull requests
FEATURE REQUEST:
I wanna that form component can emit multiple events.
Ex:
The text was updated successfully, but these errors were encountered: