Skip to content
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

Feature Request - Matestack::Ui::Core::Form::Form #509

Open
shido76 opened this issue Jan 11, 2021 · 2 comments
Open

Feature Request - Matestack::Ui::Core::Form::Form #509

shido76 opened this issue Jan 11, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request form

Comments

@shido76
Copy link
Contributor

shido76 commented Jan 11, 2021

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
@jonasjabari jonasjabari self-assigned this Jan 15, 2021
@jonasjabari jonasjabari added the enhancement New feature or request label Jan 15, 2021
@jonasjabari
Copy link
Member

@shido76 thanks for the feature request. I try to take care of this in the next release, probably coming within the next two weeks.

@jonasjabari jonasjabari moved this from Open to Up Next in Current dev/docs todos Jun 8, 2021
@jonasjabari
Copy link
Member

I really want to have that too (missing it right now...). Should apply for action components as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request form
Projects
Development

No branches or pull requests

2 participants