64
Views
12
Comments
[International Telephone Input Reactive] InternationalTelephoneInputReactiveModel is not defined
international-telephone-input-reactive
Reactive icon
Forge asset by Rúben Meireles
Application Type
Reactive

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,


2023-08-28 07-00-10
Paulo Torres
Champion

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

2024-05-08 06-29-37
Prince Aadil Khan Panwar

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

2021-03-08 09-24-09
Rúben Meireles

Hi Prince, 

That is not the same error, can you upload the oml or the error stack?

Thx

Rúben

2024-05-08 06-29-37
Prince Aadil Khan Panwar

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


AssignmentInternational.oml
2021-03-08 09-24-09
Rúben Meireles

Thank you for your feedback Prince, I will take a look ;) 

2021-03-08 09-24-09
Rúben Meireles

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.

2024-05-08 06-29-37
Prince Aadil Khan Panwar

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. 

AssignmentInternational2.oml
2021-03-08 09-24-09
Rúben Meireles

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, 

Rúben

2021-03-08 09-24-09
Rúben Meireles

Hi all, 

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 :)

Regards,

Rúben

2024-07-18 04-13-51
Muneera Shaik

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

2023-12-16 19-57-03
Sanjay Kushwah

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.