Hi! I'm trying to use this library with a Symfony Live Component, but I have one problem: as the form re-renders via ajax, it seems to compare the structure of the original input, his placement into the DOM, and as it doesn't find it, it creates a duplicate. I think I could fix it by rendering a similar structure and telling intlTelInput to use my already created `iti` div as a [parentClass wrapper](https://github.com/jackocnr/intl-tel-input/blob/master/src/js/intl-tel-input.ts#L588). Is there any actual way to accomplish this right now? If I contribute this in a pull request, would it be released soon? Thanks!