Skip to content

Commit 7e5c551

Browse files
authored
Update config.js
1 parent 3d00144 commit 7e5c551

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/utils/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ const BV_DEFAULTS = {
2121
BButton: { variant: 'secondary' },
2222
BButtonCose: { textVariant: null },
2323
BDropdown: { variant: 'secondary' },
24+
BFormFile: {
25+
browseText: 'Browse',
26+
dropPlaceholder: 'Drop files here',
27+
placeholder: 'No file chosen' // Chrome default file prompt
28+
},
2429
BImg: { blankColor: 'transparent' },
2530
BImgLazy: { blankColor: 'transparent' },
2631
MBodal: {

0 commit comments

Comments
 (0)