tabIndex property

  1. @HostBinding('attr.tabindex')
  2. @visibleForTemplate
String get tabIndex

Implementation

@HostBinding('attr.tabindex')
@visibleForTemplate
String get tabIndex => disabled ? "-1" : _defaultTabIndex;