
Security News
Potemkin Understanding in LLMs: New Study Reveals Flaws in AI Benchmarks
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
bs-custom-file-input
Advanced tools
A little plugin which makes Bootstrap 4 custom file input dynamic with no dependencies.
You can use it on React and Angular too because this plugin is written with the most used JavaScript framework: VanillaJS.
Features:
multiple
input<label>
elementnpm install bs-custom-file-input --save
CDN | Link |
---|---|
jsDelivr | https://cdn.jsdelivr.net/npm/bs-custom-file-input/dist/bs-custom-file-input.js |
jsDelivr, minified | https://cdn.jsdelivr.net/npm/bs-custom-file-input/dist/bs-custom-file-input.min.js |
You should wait for the document ready event and call the init
method to make your custom file input dynamic.
We expose one global variable available everywhere: bsCustomFileInput
$(document).ready(function () {
bsCustomFileInput.init()
})
import bsCustomFileInput from 'bs-custom-file-input'
For more examples check out this file.
This library is UMD ready so you can use it everywhere.
Finds your Bootstrap custom file input and will make them dynamic.
inputSelector
.custom-file input[type="file"]
string
You can pass a custom input selector, but be sure to pass a file input selector
formSelector
form
string
Allows you to pass a custom form selector, but be sure to pass a form selector
Removes this plugin from your Bootstrap custom file input and restore them at their first initial state
bsCustomFileInput is compatible with:
You can find our BrowserStack list of browsers here.
If you want to thank me, you can support me and become my Patron
Thanks to BrowserStack for providing the infrastructure that allows us to test in real browsers!
FAQs
A little plugin for Bootstrap 4 custom file input
The npm package bs-custom-file-input receives a total of 34,041 weekly downloads. As such, bs-custom-file-input popularity was classified as popular.
We found that bs-custom-file-input demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.