Hi All,
I am currently trying to disable multiple files upload using the API of React Uploader from this link: https://ej2.syncfusion.com/react/documentation/api/uploader/#multiple
In the API, it says that: multiple specifies a Boolean value that indicates whether the multiple files can be browsed or dropped simultaneously in the uploader component.
I observed that the 'multiple' property still allows me to upload multiple file even if it is set to 'false'. Did I understood the behaviour of the property, multiple?
I am also currently using the packages below:
syncfusion/ej2-base: "^19.2.55"
syncfusion/ej2-react-inputs: "^19.2.55"
syncfusion/ej2-react-inputs: "^19.2.55"
syncfusion/ej2-react-buttons: "^19.2.55"
react: "^17.0.1"
Thank you and looking forward to your reply.
Regards,
Chong Wei