Skip to content

Commit

Permalink
[sc-40050] - Revises Int to Number for step attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
robmagary committed Jan 3, 2025
1 parent b4b0ae3 commit 026e789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DOM/Erumu/HTML/Attributes.purs
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ spellcheck = attribute "spellcheck"
src :: forall msg. String -> Prop msg
src = attribute "src"

step :: forall msg. Int -> Prop msg
step :: forall msg. Number -> Prop msg
step = attribute "step" <<< show

stroke :: forall msg. String -> Prop msg
Expand Down

0 comments on commit 026e789

Please sign in to comment.