Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javadbat/jb-file-input
https://github.com/javadbat/jb-file-input
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/javadbat/jb-file-input
- Owner: javadbat
- License: mit
- Created: 2020-07-05T10:17:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T09:46:24.000Z (about 1 month ago)
- Last Synced: 2024-11-30T14:58:47.848Z (22 days ago)
- Language: TypeScript
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jb file input
multi file upload web component
this component just let user select file and wait for you to get the value and handle it yourself and it's not handling any kind of upload or something
sample:## instructions
### placehoder title
you can change file input place holder text by set `placeholder-title="select your special file"` attribute in dom
### reset value
you can reset input file value by `dom.value = null` or `dom.resetValue()`