@@ -17,7 +17,7 @@ exports[`VFileInput.ts should be unclearable 1`] = `
17
17
<div class = " v-text-field__slot" >
18
18
<div class = " v-file-input__text" >
19
19
</div >
20
- <input id = " input-24 "
20
+ <input id = " input-29 "
21
21
type = " file"
22
22
>
23
23
</div >
@@ -53,7 +53,7 @@ exports[`VFileInput.ts should display file size 1`] = `
53
53
<div class = " v-file-input__text" >
54
54
test (2.1 MB)
55
55
</div >
56
- <input id = " input-12 "
56
+ <input id = " input-17 "
57
57
type = " file"
58
58
>
59
59
</div >
@@ -99,7 +99,7 @@ exports[`VFileInput.ts should display file size 2`] = `
99
99
<div class = " v-file-input__text" >
100
100
test (2.1 MB)
101
101
</div >
102
- <input id = " input-12 "
102
+ <input id = " input-17 "
103
103
type = " file"
104
104
>
105
105
</div >
@@ -145,7 +145,7 @@ exports[`VFileInput.ts should display total size in counter 1`] = `
145
145
<div class = " v-file-input__text" >
146
146
2 files
147
147
</div >
148
- <input id = " input-18 "
148
+ <input id = " input-23 "
149
149
type = " file"
150
150
>
151
151
</div >
@@ -194,7 +194,7 @@ exports[`VFileInput.ts should display total size in counter 2`] = `
194
194
<div class = " v-file-input__text" >
195
195
2 files
196
196
</div >
197
- <input id = " input-18 "
197
+ <input id = " input-23 "
198
198
type = " file"
199
199
>
200
200
</div >
@@ -286,7 +286,7 @@ exports[`VFileInput.ts should render chips 1`] = `
286
286
</span >
287
287
</span >
288
288
</div >
289
- <input id = " input-62 "
289
+ <input id = " input-67 "
290
290
type = " file"
291
291
>
292
292
</div >
@@ -332,7 +332,7 @@ exports[`VFileInput.ts should render counter 1`] = `
332
332
<div class = " v-file-input__text" >
333
333
test
334
334
</div >
335
- <input id = " input-6 "
335
+ <input id = " input-11 "
336
336
type = " file"
337
337
>
338
338
</div >
@@ -363,6 +363,46 @@ exports[`VFileInput.ts should render counter 1`] = `
363
363
</div >
364
364
`;
365
365
366
+ exports[`VFileInput.ts should render multiple 1`] = `
367
+ <div class = " v-input theme--light v-text-field v-file-input" >
368
+ <div class = " v-input__prepend-outer" >
369
+ <div class = " v-input__icon v-input__icon--prepend" >
370
+ <button type = " button"
371
+ aria-label = " prepend icon"
372
+ class = " v-icon notranslate v-icon--link material-icons theme--light"
373
+ >
374
+ $file
375
+ </button >
376
+ </div >
377
+ </div >
378
+ <div class = " v-input__control" >
379
+ <div class = " v-input__slot" >
380
+ <div class = " v-text-field__slot" >
381
+ <div class = " v-file-input__text" >
382
+ </div >
383
+ <input id = " input-6"
384
+ type = " file"
385
+ multiple = " multiple"
386
+ >
387
+ </div >
388
+ <div class = " v-input__append-inner" >
389
+ <div >
390
+ </div >
391
+ </div >
392
+ </div >
393
+ <div class = " v-text-field__details" >
394
+ <div class = " v-messages theme--light" >
395
+ <span name = " message-transition"
396
+ tag = " div"
397
+ class = " v-messages__wrapper"
398
+ >
399
+ </span >
400
+ </div >
401
+ </div >
402
+ </div >
403
+ </div >
404
+ `;
405
+
366
406
exports[`VFileInput.ts should render small chips 1`] = `
367
407
<div class = " v-input v-input--is-label-active v-input--is-dirty theme--light v-text-field v-file-input" >
368
408
<div class = " v-input__prepend-outer" >
@@ -385,7 +425,7 @@ exports[`VFileInput.ts should render small chips 1`] = `
385
425
</span >
386
426
</span >
387
427
</div >
388
- <input id = " input-69 "
428
+ <input id = " input-74 "
389
429
type = " file"
390
430
>
391
431
</div >
@@ -420,7 +460,7 @@ exports[`VFileInput.ts should render without icon 1`] = `
420
460
<div class = " v-text-field__slot" >
421
461
<div class = " v-file-input__text" >
422
462
</div >
423
- <input id = " input-76 "
463
+ <input id = " input-81 "
424
464
type = " file"
425
465
>
426
466
</div >
@@ -461,7 +501,7 @@ exports[`VFileInput.ts should set display none if hide-input prop is set 1`] = `
461
501
<div class = " v-text-field__slot" >
462
502
<div class = " v-file-input__text" >
463
503
</div >
464
- <input id = " input-102 "
504
+ <input id = " input-107 "
465
505
type = " file"
466
506
>
467
507
</div >
0 commit comments