Alexander Foremny

Results 39 comments of Alexander Foremny

Analog to https://github.com/parse-community/Parse-SDK-JS/issues/205 and its fix https://github.com/parse-community/Parse-SDK-JS/pull/206, this seems to be caused by the fact that Parse-SDK-JS uses the `SingleInstanceStateController` and `Parse.Cloud.run` calls `decode` which calls `ParseObject.fromJSON(value)` when it should...

Is there anything missing from the issue description as to get some feedback?

@JohannWeging Please do go ahead :-) Thanks!

Hi @JasonMFry, thanks for opening this issue. That sounds very reasonable! Would you happen to want to submit a PR? :-)

Fixed with https://github.com/aforemny/material-components-web-elm/pull/176.

Hi @nunntom, I think it should be sufficient to add `TextField.setAutoComplete : List String -> Config -> Config` (and similar for `TextArea` and `Select`) and then have the implementation use...

> It seems there are two distinct behaviours confusingly often called either autocomplete or auto-fill. Thanks for elaborating! I'm assuming 1. refers to autofill while 2. is autocomplete. > 1....

Thanks for all the information. I will digest it as time permits! :-) > I think `setNativeAttributes` would be the best solution allowing for the most flexibility and not tying...

@j340m3 I would be very curious to hear what you would like to say! If you would submit a PR in a file Migration_from_elm-mdc.md that would be fine. (Or any...

Hi @developandplay, thank you for reporting this. I feel like this has come up before. I would look into the upstream issues and see when it was fixed and why...