Type

MatSubmitButtonField

@ng-forge/dynamic-forms-material

Specific button field types with preconfigured events

Submit button field - automatically disabled when form is invalid

Signature

type MatSubmitButtonField = Omit<MatButtonField<SubmitEvent>, 'event' | 'type' | 'eventArgs'> & {
  type: 'submit';
};