jankapunkt/meteor-blaze-bs4

Button should use type instead of colortype

Opened this issue · 0 comments

A button should also use type to assign colors to keep type attributes consistent with all other components.
HTML type attributes like type="submit" should rather be set by a flag like submit=true.

Update documentation accordingly.