Hi,
I used Element::Button({type => 'submit'}) in the hope that it would
return a <button>, but instead i got <input type="submit">
Is this the correct behaviour?
Is the only way to get a <button> to workaround by using Element::Block
instead?
Thanks,
Ben