hholzgra / maposmatic

Mirror of maposmatic repository at savannah.nongnu.org
GNU Affero General Public License v3.0
70 stars 13 forks source link

[Enter] in city search field leads to form validation error #83

Closed hholzgra closed 2 years ago

hholzgra commented 2 years ago

Just pressing [Enter] in the "City Search" instead of selecting one of the suggested matches causes a premature from submission (maybe caused by 3926c357905a53ee4d0f7f3f83cd9e9c0edae887 as before that change there was no type=submit button on the form)

Error

    map_language
        This field is required.
hholzgra commented 2 years ago

See e.g. https://stackoverflow.com/questions/895171/prevent-users-from-submitting-a-form-by-hitting-enter for potential fixes