Re: [elm-discuss] Re: Unable to render updates to text fields in Elm 0.18

2016-12-30 Thread Duane Johnson
What a garden path! Glad you figured it out. On Thu, Dec 29, 2016 at 5:23 PM, Chris Van Vranken < cessationoft...@gmail.com> wrote: > Thanks. I ran your example with elm-reactor and it worked, so at least I > could be sure it wasn't elm's fault. > > But the code wasn't significantly different

[elm-discuss] Re: Unable to render updates to text fields in Elm 0.18

2016-12-29 Thread Chris Van Vranken
Thanks. I ran your example with elm-reactor and it worked, so at least I could be sure it wasn't elm's fault. But the code wasn't significantly different than mine. So I started stripping code out of my program to identify the source of the problem. Stripped it down to nothing without

[elm-discuss] Re: Unable to render updates to text fields in Elm 0.18

2016-12-27 Thread Duane Johnson
Using your code snippet, I created a project that changes the text value, as you would expect it to do. Is my code set up differently than yours? https://github.com/canadaduane/elm-dd Initial state and "after clicking" state images are attached. -- Duane On Tuesday, December 27, 2016 at