miljodir / md-components

Design-komponenter for Miljødirektoratet (CSS og React)
https://miljodir.github.io/md-components
MIT License
3 stars 2 forks source link

fix: add type button to help button #28

Closed aurorascharff closed 1 year ago

aurorascharff commented 1 year ago

Describe your changes

When MdHelpButton is used inside a form, clicking the help text button triggers a form submission since it does not have a button type. Add type="button".

Checklist before requesting a review