Combo Box and Countries Flags

0
I'm using the Mendix ComboBox widget along with the CountriesV10 module to select countries in my application. I noticed a GIF on the Mendix documentation page demonstrating country selections with flags. How can I implement a similar feature where flags are displayed alongside country names using the ComboBox widget and the CountriesV10 module?
asked
1 answers
0

Yes, that example is a bit unlucky. Problem is that showing the image of an enumartion is currently only possible in a grid. As maker of the country module I have tested it to see if it can be done in some other way using the combobox. Problem is that you need to make a one on one referente with an image entity and then create all the flags as images. So not something that can easily be done in a marketplace module. You could upvote this idear: https://community.mendix.com/link/space/widgets/ideas/2646 because then it would be much more easily possible.

 

Regards,

Ronald

answered