haoliangyu / ngx-leaflet-starter

A soup of Angular and Leaflet
http://haoliangyu.github.io/ngx-leaflet-starter/
MIT License
209 stars 58 forks source link

The search is broken? #61

Open bagage opened 5 years ago

bagage commented 5 years ago

When you type something in the search bar on the demo http://haoliangyu.github.io/ngx-leaflet-starter/, the whole page is reloaded... and NYC is automatically reentered in the text input?

haoliangyu commented 5 years ago

I can confirm this issue. I have seen a similar issue recently. Probably because the onsubmit event of the input form is triggered by the key press and it can be solved by the event.preventDefault().