tabIndexStr property
Current tab index, depends on state of disabled and selection status if in group.
Implementation
@HostBinding('attr.tabindex')
@visibleForTesting
@visibleForTemplate
String get tabIndexStr => tabIndex.toString();
Current tab index, depends on state of disabled and selection status if in group.
@HostBinding('attr.tabindex')
@visibleForTesting
@visibleForTemplate
String get tabIndexStr => tabIndex.toString();