JordanMartinez / learn-halogen

Learn purescript-halogen using a bottom-up apporach via this "clone-and-play" repository
188 stars 28 forks source link

Add tip from Gary for rendering valid/invalid input data #59

Closed JordanMartinez closed 4 years ago

JordanMartinez commented 4 years ago

If one reads through Text Input not tracking state and, more specifically, Gary's comment about using Either String ValidatedValue, this can help with knowing how to deal with uncontrolled components.