Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Button
params.type
to match the documentation
Our documentation says Button components as `<button>` should always default `params.type` to `submit`: > Type of `input` or `button` – `button`, `submit` or `reset`. Defaults to `submit`. This has no effect on `a` elements. Rather than rely on `<button>` to implicitly default to `type="submit"` we should set it in the HTML
- Loading branch information