Skip to content

Commit

Permalink
fix: set default tabindex to 0
Browse files Browse the repository at this point in the history
Resolves #118
  • Loading branch information
knownasilya committed Oct 8, 2018
1 parent d4468f2 commit 874da62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/x-toggle/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default Component.extend({
classNameBindings: ['focused:x-toggle-focused'],
attributeBindings: ['tabindex'],

tabindex: '1',
tabindex: '0',
focused: false,
disabled: false,
name: 'default',
Expand Down

0 comments on commit 874da62

Please sign in to comment.