2.2.1 • Published 5 months ago

jb-file-input v2.2.1

Weekly downloads
9
License
MIT
Repository
github
Last release
5 months ago

jb file input

Published on webcomponents.org GitHub license NPM Downloads

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

using with JS frameworks

to use this component in react see jb-file-input/react;

usage

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>

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

Other Related Docs:

2.2.1

5 months ago

2.2.0

5 months ago

2.1.1

6 months ago

2.1.0

7 months ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago