We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5560eb + 5cb3f9a commit 6b10843Copy full SHA for 6b10843
src/filter-input-attributes.js
@@ -34,7 +34,34 @@ const allowedAttributes = [
34
'required',
35
'size',
36
'spellCheck',
37
- 'tabIndex'
+ 'tabIndex',
38
+ 'aria-atomic',
39
+ 'aria-busy',
40
+ 'aria-controls',
41
+ 'aria-current',
42
+ 'aria-describedby',
43
+ 'aria-details',
44
+ 'aria-disabled',
45
+ 'aria-dropeffect',
46
+ 'aria-errormessage',
47
+ 'aria-flowto',
48
+ 'aria-grabbed',
49
+ 'aria-haspopup',
50
+ 'aria-hidden',
51
+ 'aria-invalid',
52
+ 'aria-keyshortcuts',
53
+ 'aria-label',
54
+ 'aria-labelledby',
55
+ 'aria-live',
56
+ 'aria-owns',
57
+ 'aria-relevant',
58
+ 'aria-roledescription',
59
+ 'aria-activedescendant',
60
+ 'aria-autocomplete',
61
+ 'aria-multiline',
62
+ 'aria-placeholder',
63
+ 'aria-readonly',
64
+ 'aria-required'
65
];
66
67
/**
0 commit comments