You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2023. It is now read-only.
According to #132, material-button is not backed by a HTML button.
This breaks form accessibility. If a form has no explicitly declared submit button it cannot be submitted with the Enter key when a form control is focused.
In order to preserve expected behavior for forms I have to wrap a material-button with a HTML button type="submit" and add some hacky CSS to keep the material button presentable.