Required fields and labelling of buttons (#2237)

* Required fields and labelling of buttons

* Update the readme.

* Change localized string
This commit is contained in:
Amir Ali Omidi
2018-08-16 11:16:06 -07:00
committed by GitHub
parent 2c8e93cc96
commit db817a7192
5 changed files with 34 additions and 5 deletions

View File

@@ -133,6 +133,11 @@ export class FlatFileWizard {
this.wizard.registerNavigationValidator(validator);
}
public changeNextButtonLabel(label: string) {
this.wizard.nextButton.label = label;
}
}