You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
when pressing "enter" in a textbox in a form instead of submitting the form, the select control opens. the reason is, that the "button" in the "bootstrap/match.tpl.html" has no type and so its default type is submit.
The browser is Chrome 33
Fix: Add type="button" to the button in the template above
The text was updated successfully, but these errors were encountered:
Hi,
when pressing "enter" in a textbox in a form instead of submitting the form, the select control opens. the reason is, that the "button" in the "bootstrap/match.tpl.html" has no type and so its default type is submit.
The browser is Chrome 33
Fix: Add type="button" to the button in the template above
The text was updated successfully, but these errors were encountered: