googlemaps / js-route-optimization-app

Solve vehicle routing problems with Google Maps Platform Route Optimization
https://developers.google.com/maps/documentation/route-optimization
Other
97 stars 26 forks source link

File upload validation occurs before file is selected #110

Closed jmccollum-woolpert closed 6 months ago

jmccollum-woolpert commented 9 months ago

When uploading a JSON or ZIP file, the validation error "File is required" appears the moment "Choose a file" is selected, before the user has selected any file. This error should only appear if the user cancels selecting a file and no file is already selected in the input field.

MosabShaheen commented 9 months ago

Hi @jmccollum-woolpert, I want to contribute and want to solve this bug. So, please provide me with the guideline

jmccollum-woolpert commented 9 months ago

Hi @MosabShaheen, thank you for your interest in contributing. This specific issue has been selected as part of an in-progress PR, but if you'd like to contribute elsewhere, please take a look at Contributing.md, follow the directions within, and then feel free to start looking at other issues.