fix: use tabIndex, not tabindex

nolan/hinaloe-test
Nolan Lawson 2019-03-12 08:39:38 -07:00
parent 7e207ba851
commit 94404ad339
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export default class SkinsDot extends Skins {
onClick={this.handleClick}
onKeyDown={this.handleKeyDown}
role="button"
tabindex={visible ? '0' : ''}
tabIndex={visible ? '0' : ''}
aria-hidden={!visible}
aria-pressed={opened ? !!selected : ''}
aria-haspopup={!!selected}