Good day all the smart people.
I do have a few issues with a canvas app I am building. I have created a table on Sharepoint with all the relevant data I need. The table has the following headings, Country Name, Flag URL and Dial Code.
The "Country Name" have all the country names listed below the heading, the "Flag URL" has the URLs to the different country flags listed etc.
1. The data is connected to my app. I have added a "Drop down" control and referenced the column I want to use which is the "Flag URL". The problem is, it does not display the country's flags, only the URL of the image. I also want the drop down to display the flag and country name when I click on the control to view other countries.
2. I have inserted a "text input" control which will be for the mobile number and a "label" control on top of the "text input" control. What I want here is when the country is selected from the drop down, the "label" control should display the selected country's dial code.
I appreciate your feedback, thank you