Mats Sigge

Results 8 comments of Mats Sigge

I just ran into this same problem. I managed to work around it by using elm-community/html-extras, which exposes `onChange`. That works in Edge, and seems to work just as well...

Great clarification. In my case it doesn't matter, so I mostly wanted to leave a note for anyone else having this problem (and possibly future me 😄). But I'll edit...

Sorry for the very late reply. I'm aware that the direct cause of the problem is not having access to cookies in the API controller, but cookies aren't relevant in...

Thanks for the quick and thorough response. My use case is where the ```decimalCharacterAlternate``` is not the same as ```digitGroupSeparator```. I'm from Sweden, and in Sweden, we use a space...

@connexion2000 I'm not sure if you're agreeing with me or arguing against my point. :-) But that is exactly the behavior I have, and want to avoid, although I'm not...

@BobKnothe I understand that ```decimalCharacterAlternative``` was not meant to be used this way from the start, and also that this is complicated, and fixing it won't necessarily be easy. It...

Sorry for the late reply. For some reason I didn't get a notification when I was mentioned. Unfortunately, we're still having the same problem using 4.2.12 / Chrome 66 /...

#2130 is now fixed, and I thought I would try to help out with this one, but there are lots of places where panic/unwrap/expect/unreachable are still used, and I don't...