Map bound data to Custom Plugin Drop down | Community
Skip to main content
New Participant
January 25, 2023
Solved

Map bound data to Custom Plugin Drop down

  • January 25, 2023
  • 1 reply
  • 587 views

Hi All,

 

We have a out of box drop down which have a bind reference of /country.

 

On top of above,we have customised our above drop down with a plugin international telephone input(https://intl-tel-input.com/)

to display international code +flag in the dropdown.

 

Now drop down is coming fine with Country flag and code but when clicking on the custom submit the bind reference value is not coming.

Might be because we have customized the drop down field and now it has new DOM structure is created with customized plugin.

 

Need help to handle such scenarios.

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vijay_Katoch

Workaround could be to add the data of your custom dropdown to a hidden text field and then can use that data.

1 reply

Vijay_Katoch
Vijay_KatochAccepted solution
New Participant
January 27, 2023

Workaround could be to add the data of your custom dropdown to a hidden text field and then can use that data.