Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 903cbc0

Browse files
author
Marcy Sutton
committed
fix(material-slider): Adds missing ARIA role
1 parent 573fe13 commit 903cbc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/base/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ var Constant = {
88
LIST_ITEM : 'listitem',
99
RADIO : 'radio',
1010
RADIO_GROUP : 'radiogroup',
11+
SLIDER : 'slider',
1112
TAB_LIST : 'tablist',
1213
TAB : 'tab',
1314
TAB_PANEL : 'tabpanel'

0 commit comments

Comments
 (0)