International Phone Input - Widget not working

0
Hi Team,   I'm using International Phone Input widget, where I can able to enter values and store values in DB. But when I try to open the object for edit the DB value of the phone number is not displaying in that widget. Can any one help me out in this, I'm using Mendix 10.18.5 version. Below is the screenshot for reference    
asked
1 answers
0

Hi Ajitha,

 

I assume that in your Domain Model, you have an Entity called Parent that is associated with the Child. 

 

Parent * -----> 1 Child. 

If you want to create a newParent Object, the widget should be on the Parent_NewEdit page 

If you need to update the phone number of an existing parent, you need a selector first to edit the Parent Object.

 

Go Make It

answered