You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2023. It is now read-only.
I'm seeing a bug when attempting to set maxNumberOfFiles from fileuploadadd(), fileuploadadded(), or fileuploadchange().
When setting maxNumberOfFiles = 1, everything works as expected. When setting maxNumberOfFiles = 2 or more, I see the following:
Am allowed to select unlimited files if I choose one file at a time.
Am allowed to select maxNumberOfFiles+1 files when choosing multiple files at a time.
For point #2, I'm always able to select one more file than what is set in maxNumberOfFiles. E.g I'm allowed to select 3 files if maxNumberOfFiles = 2.
For me personally, I think this is the only issue preventing me from running multiple file inputs on the same form with different settings. Other relevant settings seem to be acting as expected when set via callbacks for each input field.