label property

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

The label for this input.

This is the default text that shows up if nothing's entered into the text box. It disappears when user inputs text.

Implementation

@Input()
String? label;