Miloš Rašić
Miloš Rašić
:+1: for this In my case, I'm trying to test an event listener attached to `document` in an effect. Without cleanup on unmount, every test case will add another listener...
DASH + Widevine also working fine on 4.x 2.x fails, only supports Widevine Classic according to http://webostv.developer.lge.com/discover/specifications/supported-media-formats/ Might be a good test case for resolving #494 if someone still cares.
I've been wanting this for a long time too. What @mikelyncheski suggest is certainly possible and a good way to do it, but sometimes you may want to optimize a...
Ok, we're all stupid. Sorry for calling you stupid, but I'm calling myself stupid too so it's fine ;) Upon further investigation turns out this is up to the implementation...
Good solution, but I don't like how this is working internally. Validation errors live in form field state and we call field's setState() from from via ref. Might be a...
Yeah, it should be safe to use. withFormsy assigns a functional ref to the wrapped element which is equal to the innerRef prop you pass to it or a noop...
Looking at issues and PRs from the old repo, I was only able to confirm that the method was removed on purpose, not accidentally. No trace of a reason that...
Hi, @ipradella, sorry for the late response. I tried your code and it works for me, but I don't have your `changeValue()` method. I believe your problem may lie there....
Ok, after a more in-depth look, you shouldn't have to adapt the implementation of your component to how you want to use it (referring to the false argument in `setValue()`...
Not sure about the first statement about firing the change event. We usually use it to update some state and we probably want to update it when the form is...