gterrono / houston

A zero-config, Django Admin-like admin for Meteor
https://atmospherejs.com/houston/admin
MIT License
806 stars 97 forks source link

bug when pressing enter key when adding a new doc #224

Open e-founders opened 10 years ago

e-founders commented 10 years ago

imagine you have a collection with doc that contains a name.

you add a doc,

you enter the name (aaaaa) and press enter.

instead of adding the doc, it reloads the page and does a search with the name you have entered:

http://localhost:3000/admin/collection/col?name=aaaaa

AlexeyMK commented 10 years ago

Thanks! I'll take a look.