WildMeOrg / scout

MIT License
6 stars 5 forks source link

Add form validation for location filters in image selection modal #87

Closed ejcunningham closed 2 months ago

ejcunningham commented 3 months ago

The image selection modal has some custom submission behavior. On image selection modal submit, grab the form and manually validate. Uses the default browser validation UI, which appears to be what we're doing elsewhere.

Changes