Closed iolson closed 9 years ago
Hey Ian! No, the package won't generate an <input type="submit">
tag. If you really need it, I would just write the markup, you don't lose any functionality by not generating it through the package.
I would recommend using a button
if you can, for the same reasons mentioned in the Bootstrap docs:
When doing
Is there a nice way of outputing that as
<input type="submit" value="Search">
instead of the button?