button submit trigger on enter

469 Views Asked by At

This is probally small question for a pro.

i want to know if i replace input submit button with button (type=submit), would it still be trigger on enter (keyboard) and if yes, then which browser wont trigger it?

<button type="submit"><span>i was replaced from input button</span></button>
 span was added just for css fancy button style
2

There are 2 best solutions below

0
On BEST ANSWER

It should be triggered in all standard compliant browsers, since type="submit" creates a submit button:

Buttons created with the BUTTON element function just like buttons created with the INPUT element, but they offer richer rendering possibilities:

0
On

same thing, the button allows you to put content, like text or images