Description
Field.SelectCountry
is a wrapper component for the selection component, with options built in for selecting a country.
When selecting a country, the value returned is the selected country's ISO 3166-1 alpha-2 code like NO
for Norway.
import { Field } from '@dnb/eufemia/extensions/forms'render(<Field.SelectCountry />)