applyButtonLabel property

  1. @Input()
String? applyButtonLabel
getter/setter pair

The label for the 'Apply' button. Set this variable only if you want a different label other than 'Apply'. If set, the input label should be internationalized.

Implementation

@Input()
String? applyButtonLabel;