Thoughts
stevetoro opened this issue · 0 comments
stevetoro commented
Another approach is to change the anchor tag to a button with a type "submit". This will give the button the default behavior of a form submit, which triggers on enter.
If you can solve a problem within the scope of HTML, it's probably better to do so that way than to involve any additional JavaScript.
If the desired feature can be implemented by basically changing a couple of elements in an HTML form, you probably don't need to write a feature request. In the workplace, this might be something that you add on the fly.