I'm trying to use the custom CountryExtraData I added in the function I'm executing when a country is selected, however, I noticed that only selected, value and country are included in the event. I think it would be useful to add the extra to the event data so we can use that in the event handler function.
I'm trying to use the custom
CountryExtraData
I added in the function I'm executing when a country is selected, however, I noticed that onlyselected
,value
andcountry
are included in the event. I think it would be useful to add the extra to the event data so we can use that in the event handler function.