mdgriffith / elm-ui

What if you never had to write CSS again?
https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/
BSD 3-Clause "New" or "Revised" License
1.35k stars 110 forks source link

Made onChange optional #310

Closed FuJa0815 closed 3 years ago

FuJa0815 commented 3 years ago

Closes #96 Changed every onChange in the Input file to be Maybe. This allows the user to specify that he does not want to fire an update when the value changes.

FuJa0815 commented 3 years ago

I've seen that the maybe for the button pressed has been removed in v2, therefore this doesn't PR doesn't make sense