+134
-47
lines changedFilter options
+134
-47
lines changed Original file line number Diff line number Diff line change
@@ -70,16 +70,15 @@ export const selectableMixin = Vue.extend({
70
70
}
71
71
},
72
72
selectableTableAttrs() {
73
-
return {
74
-
// TODO:
75
-
// Should this attribute not be included when no-select-on-click is set
76
-
// since this attribute implies keyboard navigation?
77
-
'aria-multiselectable': !this.isSelectable
78
-
? null
79
-
: this.selectableIsMultiSelect
80
-
? 'true'
81
-
: 'false'
82
-
}
73
+
return this.isSelectable
74
+
? {
75
+
role: 'grid',
76
+
// TODO:
77
+
// Should this attribute not be included when `no-select-on-click` is set
78
+
// since this attribute implies keyboard navigation?
79
+
'aria-multiselectable': String(this.selectableIsMultiSelect)
80
+
}
81
+
: {}
83
82
}
84
83
},
85
84
watch: {
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4