+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -971,7 +971,6 @@ export const BCalendar = Vue.extend({
971
971
role: 'application',
972
972
tabindex: this.disabled ? null : '0',
973
973
'data-month': activeYMD.slice(0, -3), // `YYYY-MM`, mainly for testing
974
-
// tabindex: this.disabled ? null : '0',
975
974
'aria-roledescription': this.labelCalendar || null,
976
975
'aria-labelledby': idGridCaption,
977
976
'aria-describedby': idGridHelp,
Original file line number Diff line number Diff line change
@@ -233,7 +233,7 @@ export const BFormDatepicker = /*#__PURE__*/ Vue.extend({
233
233
// Context data from BCalendar
234
234
localLocale: null,
235
235
isRTL: false,
236
-
formatedValue: '',
236
+
formattedValue: '',
237
237
activeYMD: '',
238
238
// Flag to add focus ring to outer wrapper
239
239
hasFocus: false,
@@ -555,6 +555,7 @@ export const BFormDatepicker = /*#__PURE__*/ Vue.extend({
555
555
attrs: {
556
556
id: idMenu,
557
557
role: 'dialog',
558
+
tabindex: '-1',
558
559
'aria-modal': 'false',
559
560
'aria-labelledby': idLabel
560
561
},
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