Andrey Mereskin

Results 10 comments of Andrey Mereskin

@carlsverre I tried your workaround: `onBlur={() => { input.onBlur(); }}` but it just clears the field in my case when I focus and blur. @erikras any objections to removing the...

@shodanuk this is assuming that value is of another type but still correct. This may be true for fields that imitate `input` but this is not the case for complex...

I see. I think it would be straightforward for those components to implement something like: ``` onBlur={() => { input.onChange('some new value'); input.onBlur(); }) ``` Anyway. Maybe we shouldn't go...

@erikras maybe that's only when `parse`/`format` is specified? https://github.com/erikras/redux-form/issues/2768#issuecomment-298347572 I'll try to make a sandbox tonight.

And probably you would want to use [Karma runner](http://karma-runner.github.io/0.12/index.html), to run tests on actual browsers. PhantomJS is a little bit outdated, it doesn't support MutationObservers and CustomEvents have to be...

I'd be happy to help, if yo've got time to give me a heads-up.

I believe it is possible. I will look into it when I get home

They say they have Chromium, too: https://github.com/travis-ci/travis-ci/issues/2281

Don't know, unfortunately, haven't used it yet. Worth checking. Is polymer's CustomElements polyfill + Firefox combination completely irrelevant? So far it helped me, but I haven't done anything hardcore.