quantumlicht / php-wine

0 stars 0 forks source link

Pressing enter when adding a new element (tag or cepage) triggers form submit #81

Open quantumlicht opened 11 years ago

quantumlicht commented 11 years ago

If we press enter when there is nothing selected in the typeahead, it triggers the form submit.

We would need to attach the enter key press to another event inside the updater's scope. For instance, if we press enter, and there is nothing selected, we append the content of the input box instead.