@@ -61,6 +61,7 @@ exports[`VFileInput.ts should display file size 1`] = `
61
61
<div class = " v-input__icon v-input__icon--clear" >
62
62
<button type = " button"
63
63
aria-label = " clear icon"
64
+ tabindex = " -1"
64
65
class = " v-icon notranslate v-icon--link material-icons theme--light"
65
66
>
66
67
$clear
@@ -107,6 +108,7 @@ exports[`VFileInput.ts should display file size 2`] = `
107
108
<div class = " v-input__icon v-input__icon--clear" >
108
109
<button type = " button"
109
110
aria-label = " clear icon"
111
+ tabindex = " -1"
110
112
class = " v-icon notranslate v-icon--link material-icons theme--light"
111
113
>
112
114
$clear
@@ -153,6 +155,7 @@ exports[`VFileInput.ts should display total size in counter 1`] = `
153
155
<div class = " v-input__icon v-input__icon--clear" >
154
156
<button type = " button"
155
157
aria-label = " clear icon"
158
+ tabindex = " -1"
156
159
class = " v-icon notranslate v-icon--link material-icons theme--light"
157
160
>
158
161
$clear
@@ -202,6 +205,7 @@ exports[`VFileInput.ts should display total size in counter 2`] = `
202
205
<div class = " v-input__icon v-input__icon--clear" >
203
206
<button type = " button"
204
207
aria-label = " clear icon"
208
+ tabindex = " -1"
205
209
class = " v-icon notranslate v-icon--link material-icons theme--light"
206
210
>
207
211
$clear
@@ -294,6 +298,7 @@ exports[`VFileInput.ts should render chips 1`] = `
294
298
<div class = " v-input__icon v-input__icon--clear" >
295
299
<button type = " button"
296
300
aria-label = " clear icon"
301
+ tabindex = " -1"
297
302
class = " v-icon notranslate v-icon--link material-icons theme--light"
298
303
>
299
304
$clear
@@ -340,6 +345,7 @@ exports[`VFileInput.ts should render counter 1`] = `
340
345
<div class = " v-input__icon v-input__icon--clear" >
341
346
<button type = " button"
342
347
aria-label = " clear icon"
348
+ tabindex = " -1"
343
349
class = " v-icon notranslate v-icon--link material-icons theme--light"
344
350
>
345
351
$clear
@@ -433,6 +439,7 @@ exports[`VFileInput.ts should render small chips 1`] = `
433
439
<div class = " v-input__icon v-input__icon--clear" >
434
440
<button type = " button"
435
441
aria-label = " clear icon"
442
+ tabindex = " -1"
436
443
class = " v-icon notranslate v-icon--link material-icons theme--light"
437
444
>
438
445
$clear
0 commit comments