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
It works fine for me on that exact same version of Chrome on OSX.
Can you check if you have any extensions enabled that might be messing with the DOM? Assuming you haven't set any extensions to be enabled in private browsing mode, can you verify that this also breaks for you when using private browsing mode?
Yes! I found that the 1password plugin is problematic.
It worked with firefox only because I didn't have the plugin installed on it. But I just reproduced the same problem using Firefox.
It is very problematic though. It is the first time I have a problem due to that plugin. It works quite well with every site. And creating a register/login form while saying to the user : "You cannot use a password bank" is really a no go for me. I know not all password banks need a plugin that touch the dom. But the most user-friendly ones do...
jcornaz
changed the title
Html.input [ onInput Msg ] does not dispatch the message
Html.input [ onInput Msg ] doesn't dispatch messages when a browser plugin add dom elements on top of it
Oct 23, 2019
Hello,
Using the example provided in the doc: https://elm-lang.org/examples/forms
Text fields are messed up and totally unusable. Most of the time, just nothing happen, and some other time the value goes to another field...
I found a work around: Wrap the
input
into adiv
.So changing
viewInput
implementation from:To:
Solves the problem. (however, also change the render...)
I'm using:
77.0.3865.120
5.3.6-1-MANJARO x86_64
(Note that it is not an issue of the online sandbox. I get the same problem when compiling locally)
UPDATE: It works well on firefox
UPDATE2: It does not work better on firefox. It is caused by a browser plugin that add new dom elements on top of said input field
The text was updated successfully, but these errors were encountered: