Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/javadbat/jb-file-input


https://github.com/javadbat/jb-file-input

Last synced: 7 days ago
JSON representation

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()`