Kolyunya / yii2-map-input-widget

A Yii2 input widget which provides a user-friendly interface for selecting geographical coordinates via Google maps. Allows users to select geographical coordinates by clicking on an interative Google map embedded into your web-page. Also allows users to type in a place name to search for it via Google Places API.
http://kolyunya.github.io/yii2-map-input-widget/
GNU General Public License v3.0
28 stars 24 forks source link

Prevent enter key from submitting the form #14

Open maxxer opened 8 years ago

almirb commented 7 years ago

Hello,

There is a problem when selecting an address from the search bar with the 'enter' key. It submits the form. Here is the fix provided by @maxxer . I think It's a good idea merging this PR.

Thanks!