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: https://codepen.io/javadbat/pen/xxgmWNB
to use this component in react see jb-file-input/react
;
just import package with import or from js CDN and write web component tag in your html
<script>
import 'jb-file-input'
</script>
<jb-file-input></jb-file-input>
you can change file input place holder text by set placeholder-title="select your special file"
attribute in dom
you can reset input file value by dom.value = null
or dom.resetValue()
-
see
jb-file-input/react
; if you want to use this component in react -
see All JB Design system Component List for more components
-
use Contribution Guide if you want to contribute in this component.