We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d00144 commit 7e5c551Copy full SHA for 7e5c551
src/utils/config.js
@@ -21,6 +21,11 @@ const BV_DEFAULTS = {
21
BButton: { variant: 'secondary' },
22
BButtonCose: { textVariant: null },
23
BDropdown: { variant: 'secondary' },
24
+ BFormFile: {
25
+ browseText: 'Browse',
26
+ dropPlaceholder: 'Drop files here',
27
+ placeholder: 'No file chosen' // Chrome default file prompt
28
+ },
29
BImg: { blankColor: 'transparent' },
30
BImgLazy: { blankColor: 'transparent' },
31
MBodal: {
0 commit comments