Tomasz Bubała

Results 9 comments of Tomasz Bubała

In [CONTRIBUTING.md](]https://github.com/cypress-io/cypress/blob/develop/CONTRIBUTING.md#dependencies) it says that I can manually select a package to open PR for. @jennifer-shehane how do I do it?

Have you tried passing `onFocus` with `inputProps`?

You should first resolve the conflicts and make your branch up to date. Maybe the tests will stop failing then. Also, looking through the code it seems really weird that...

Look at the code from my example #260 . I'm using `number` instead of `value`. If you want to reproduce it on master just change : ``` this.setState({ [name]: value,...

My use case is, that I want to show the user the formatted number including the country code. I think the cursor shouldn't brake regardless of what I want to...

@superhit0 You're right, I didn't take it into account. Yes, I'll see what I can do when I have some time 👍

I guess there is nothing wrong with your code, if think I already had an issue with different prop - I passed it and `IntlTelInput` didn't seem to update. Luckily...

@thomaswolff this is true. Some other props sadly share the same behaviour

Remember that this is just a hack to get around libraries' limitations. It'd be best if the issue was fixed in the library itself