Jack O'Connor

Results 202 comments of Jack O'Connor

> Feeling a lot better thanks! Glad to hear it > I just tested the new version in development Amazing, thanks. I've just put it live on https://intl-tel-input.com/ and I...

Thanks for this write up. > I wonder if using a tool that can run things in an actual browser instead of a simulated one like Jest does would be...

Thanks for your thoughts. I was just reading about Vitest's [browser mode](https://vitest.dev/guide/browser/) and how in the docs it soon says btw you also need to install either playwright or webdriverio,...

Thank you so much for your input, that's really helpful. I think when I have some time, I will begin migrating to Playwright.

That's strange, I can't reproduce this issue. I've setup [a codepen with your initialisation options](https://codepen.io/jackocnr/pen/abrZbZd?editors=0010), but when I type those numbers it stays with Ukraine selected - can you reproduce...

> It looks like the types for intlTelInputWithUtils is pointing to the types of intlTelInput.d.ts, which likely isn't correct. Actually, it is correct. That file includes types for intlTelInputWithUtils. Can...

@keisha-rw I was able to reproduce the issue with your tsconfig settings. The full error I got was this: > Cannot find module 'intl-tel-input/intlTelInputWithUtils' or its corresponding type declarations. There...

@jasonhutton-sd please share which version of TypeScript you're using, as well as your tsconfig.