trailblazer / formular

Form builder for Ruby. Fast, Furious, and Framework-Agnostic.
MIT License
81 stars 17 forks source link

Button controls should render "value" attributes #38

Closed bencallaway closed 7 years ago

bencallaway commented 7 years ago

<button> elements can have value attributes: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button

This PR adds breaking changes:

fran-worley commented 7 years ago

Good spot! 👍 Thanks very much!!