Buttons should use semantic Elements
Closed this issue · 1 comments
troxler commented
Describe the bug
The buttons are using div
elements instead of semantic input
or button
elements.
Expected behavior
Replace all buttons using div
elements with either input
(type
attribute could be submit
or reset
) or button
elements.
Desktop (please complete the following information):
All systems and browsers.
Smartphone (please complete the following information):
All systems and browsers.
jmjuanes commented
Switched to <button>
elements in btn documentation instead of <div>
elements. Thank you!