Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
_getOptions = () => {
return CountryRegionData.map(c => {
return {
value: c[1],
label: c[0]
};
});
};
_getValue = () => {