hostTabIndex property

  1. @HostBinding.new('attr.tabindex')
String? get hostTabIndex

Implementation

@HostBinding('attr.tabindex')
String? get hostTabIndex => selectable ? "0" : null;