matestack-ui-core
matestack-ui-core copied to clipboard
Feature Request - Matestack::Ui::Core::Form::Form
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 thanks for the feature request. I try to take care of this in the next release, probably coming within the next two weeks.
I really want to have that too (missing it right now...). Should apply for action components as well!