Skip to content

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

@shido76

Description

@shido76

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions