Last week, I had to solve a problem where a prototyped form contained a button element and svg icon for the submit button on three search forms.
While you can change the type of a input from submit
to button
in Drupal 8, that does not change the tag the form...