Skip to content

Commit

Permalink
Add tabIndex for focus & blur events. (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
nizniz187 committed Sep 19, 2021
1 parent 78e0f51 commit 6f8dc24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wc/components/checkable/Checkable.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class Checkable extends WComponent{

constructor() {
super();
this.tabIndex = '0'; // For focus/blur event
}

bindEvents() {
Expand Down

0 comments on commit 6f8dc24

Please sign in to comment.