Rezuan Kassim
Results
2
issues of
Rezuan Kassim
**Describe the bug** `renameFile` option for `Dropzone.DropzoneOptions` is not typed **To Reproduce** Steps to reproduce the behavior: 1. use `renameFile` in options in a typescript project **Expected behavior** Able to...
I currently have these codes ``` import Multiselect from '@vueform/multiselect' ... setup() { const multiselect = ref(null) ^^^^^^^^^^^ // Error: Cannot use namespace 'Multiselect' as type } ``` How do...