Re: [elm-discuss] Is this a refresh issue, or something to do with ordering?

2016-09-22 Thread Eduardo Cuducos
Hi David, I've noticed in one of Evan's exemples (repos) that he uses textarea [ value model.whatever ] [] instead of textarea [] [ text model.whatever ]. I haven't studied the reasons why, but in my tests they seem to work (and using the second way ended up in the same bug you described). Can y

[elm-discuss] Is this a refresh issue, or something to do with ordering?

2016-09-22 Thread David Legard
I have a very simple SPA, one textbox, two buttons, and a div for showing messages. The aim of the app is to analyse the text in the textbox (on clicking the 'Process' button) to show messages in the div. The other button, Reset, is supposed to clear the textbox and the messages. The 'update'