issues
search
rooseveltframework
/
semantic-forms
🎯 A pattern library of forms based on semantic HTML enhanced with a modern UX.
Other
8
stars
4
forks
source link
2.0.0
#48
Closed
kethinov
closed
1 year ago
kethinov
commented
1 year ago
Replaced
<div class="buttonGroup">
with a
<menu>
element. You will need to refactor your HTML accordingly.
Fixed alignment issue caused by browser engines changing their alignment calculations since the first release.
Various other refactoring.
Pinned deps.
Updated dependencies.
<div class="buttonGroup">
with a<menu>
element. You will need to refactor your HTML accordingly.