Jack O'Connor

Results 202 comments of Jack O'Connor

@erisleci can you reproduce this issue in a codepen? Here is [a React pen](https://codepen.io/jackocnr/pen/qBvrVvN?editors=0010) you can fork if that helps. @carlssonemil can you create a new issue for that, and...

I've just done a quick test and I can reproduce this error. Clicking through to see which line is causing the error, I see that webpack is replacing the dynamic...

If anyone has any experience with / thoughts on the above then please do share, but otherwise, you can just do `import IntlTelInput from "intl-tel-input/reactWithUtils"` instead, which comes pre-bundled with...

@BRAiNCHiLD95 that's strange, I can't reproduce that issue with Next v14.1.4. What version of Next are you using? And are you still using the utilsScript option? (you don't need to...

@BRAiNCHiLD95 that should now be fixed in v23.0.5 - can you confirm? @erisleci I'm hoping v23.0.5 fixes your issue as well - can you confirm?

This is great thanks, Anthony! I love its flexibility - how you can just set the main `--iti-input-bg` and by default, it will apply to both inputs, or you can...

This sounds great, thanks so much, Anthony. I'm away tomorrow, but I will take another look at this on Wednesday 👍

Actually, thinking about it, I don't think inherit/unset will work e.g. for input bg colour, on a page which has a bg colour other than white, the input bg colour...

Just spitballing here, but could you do something like this: (pseudo code): ```css @media dark mode { .iti input { background-color: var(--iti-input-bg); } } ``` Without defining `--iti-input-bg` beforehand, but...