matestack-ui-core icon indicating copy to clipboard operation
matestack-ui-core copied to clipboard

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

Open shido76 opened this issue 4 years ago • 2 comments

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

shido76 avatar Jan 11 '21 15:01 shido76

@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 avatar Jan 15 '21 16:01 jonasjabari

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

jonasjabari avatar Jun 08 '21 16:06 jonasjabari