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
I'll look at this tomorrow morning; if you're in a hurry, a workaround could be to try using Option.input to set Html.Attributes.value to what you want directly.
With my upgrade to elm-mdl 8.0 my Textfield.value does not display en empty string, when set in model:
Textfield.value <| Debug.log "current" model.currentInput
The Debug Log says "", but the last value persists in the input field.
The text was updated successfully, but these errors were encountered: