A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/bootstrap-vue/bootstrap-vue/commit/bc02fb86198701f8f2ef7b05dadf59cd2c0381cd below:

add missing `role="grid"` when selectable (closes #6305… · bootstrap-vue/bootstrap-vue@bc02fb8 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+134

-47

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+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