mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
Support for ARIA
This commit is contained in:
parent
45f216b8a1
commit
6b3cdb5033
42 changed files with 159 additions and 148 deletions
|
@ -27,6 +27,8 @@ export default Component.extend({
|
|||
stretch: false,
|
||||
uppercase: true,
|
||||
iconClass: '',
|
||||
ariaRole: "button",
|
||||
tabindex: 0,
|
||||
hasIcon: computed('iconClass', function() {
|
||||
return this.iconClass.trim() != '';
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue