role property
The role to assign to the inner input element.
For example, "textbox", "checkbox" and etc.
Implementation
@Input()
String? role;
The role to assign to the inner input element.
For example, "textbox", "checkbox" and etc.
@Input()
String? role;