e' is used, so you get the jumpiness
> going on. I think it's because Elm is keyed off of 'value' for updates.
> This way, the textarea maintains its own state, and when it changes, it
> doesn't trigger a re-render from Elm for the textarea itself.
>
> On S
Hi,
I have a strange, intermittent issue with textareas. It mostly seems to
happen in mobile browsers. The issue is that, when editing text *in the
middle* of a textarea, as opposed to adding to the end, sometimes the
cursor jumps to the end. I assume it's some kind of re-creation of the
texta
tory and building again?
>
> On Wed, Jul 13, 2016 at 9:07 AM, Esteban Manchado Velázquez
> wrote:
>>
>> Hi,
>>
>> I'm trying to use the Markdown library (evancz/elm-markdown) and I cannot
>> seem to be able to make it work. I ran:
>>
>>elm
Hi,
I'm trying to use the Markdown library (evancz/elm-markdown) and I cannot
seem to be able to make it work. I ran:
elm-package install evancz/elm-markdown
and got version 3.0.0, apparently the only one that works with Elm 0.17,
what I'm using. However, when I try to compile the project,