I used International Telephone Input Reactive Forge component, as per Demo I have tried in my application but getting error like "InternationalTelephoneInputReactiveModel is not defined "
Even I have added all the dependencies but still same error.
Please help me out here,
It seems related with the update, I have an old version and works well. Maybe you should use the previous version for now.
Regards, Paulo Torres
Hi all,
i tried with latest version, i faced this issue. i have passed the widget id as well but still facing this error
what i did
this error is coming up
which means system is unable to get the id of the input.
@Paulo Torres i guess there is some glich in the forge component.
Thanks
Prince
Hi Prince,
That is not the same error, can you upload the oml or the error stack?
Thx
Rúben
yes Rúben Meireles,
i agree. i have used this and didnt see error ever. but for helping i tried to do at my systems it is showing error, and i am attaching an OML
Thank you for your feedback Prince, I will take a look ;)
Great...!
Found the issue :)
You have the component above the input, if you move it bellow the error should be gone. At the moment the input is not rendered when the component is initializing. I will see if its possible to improve this, but for now I will jut make a note in the documentation.
oh. i see but wherever i put the block it should work on file right. but in custom code how a function can be called the input's id which is yet to be read by compiler. Preeti i am attaching an OML try to use it.
Hi Preeti,
Please try the previous version as suggested, this is appears to be a bug with the outsystems platform related to structures. Are you using the new feature CustomPlaceholders?
I I'm also having it in a new version I was planning to release, but may need to open a support ticket or change the architecture of the component.
Regards,
This issue should be solved in the new version. I do not know why was happening since its a platform bug and many people in the forum also had the same issue and appears no one knows why is happening... anyway using a structure for all options solved it. This new version also has some improvements and new features :)
hi @Preeti Mahajan ,
Are you still facing the issue? If so, please do attach your .oml file, so that it would be easier to figure out the problem.
I am using it in my application, its working absolutely fine without any glitch.
Happy to help with my .OML file, if its still a problem to you'
Thanks,
Muneera
Hii @Preeti Mahajan,
If you keep your Input InternationalTelephoneInput Block before Input you will get errors.
Make sure, you keep you InternationalTelephoneInput block after input widget and pass Input widget id in InternationalTelephoneInput block Configuration input parameter.
Result: (no eror)
kind regards,
Sanjay Kushwah