bs-custom-file-input
bs-custom-file-input copied to clipboard
A little plugin for Bootstrap 4 custom file input
``` qrcodeno this upload file name,file name is at label.innerHTML ``` bootstrap 4.4.1 The file name should be blank for all elements under the label element.
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
I get this error when importing the module using Bootstrap's npm starter template: `Uncaught SyntaxError: The requested module '../../node_modules/bs-custom-file-input/dist/bs-custom-file-input.js' does not provide an export named 'default'`
Bumps [karma](https://github.com/karma-runner/karma) from 4.4.1 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.10.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...
Ive noticed that if you use it with multiple file chooses in the same form, it does not show the form names only choose file is shown, is this an...
Can you disable drag & drop? The reason why I want to do this is that the file-type filtering with input tag's accept attribute does not work if you drag...