Merge pull request #772 from NoRedInk/tessa/fix-button-types

Adds missing type button to text input buttons
This commit is contained in:
Tessa 2021-11-04 12:59:14 -07:00 committed by GitHub
commit 9d7788b06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -801,6 +801,7 @@ resetButton config =
else
Css.top (Css.px 25)
]
, ClickableSvg.custom [ Attributes.type_ "button" ]
]
@ -827,4 +828,5 @@ viewPasswordFloatingContent label toggle config =
Css.top (Css.px 22)
, Css.fontSize (Css.px 13)
]
, ClickableText.custom [ Attributes.type_ "button" ]
]