overflow.locales.
Filter the country list
fields.country.supportedCountries on billingAddress and shippingAddress restricts which countries render in the country dropdown:
Preselect a country
defaultCountry on billingAddress and shippingAddress seeds the country atom at mount:
supportedCountries, the country atom falls back to the placeholder option and logs a single console warning.
overflow.locales
The overflow.locales object exposes the country directory programmatically. Use it when composing your own UI (chips, popovers, custom pickers) alongside the SDK elements.
overflow.locales is the only supported surface for the country directory. There is no separate static class or module export; access the helpers through an Overflow instance.
Country flag display
fields.country.flagDisplay opts the country atom into rendering the resolved country’s flag inside the combobox trigger and on each row of the open listbox:
side: 'start' to render the flag before the country name.
Locale attribute
Every element accepts an optionallocale?: string shared option. It is forwarded to the input’s lang DOM attribute for downstream consumers (screen readers, autofill matchers). The SDK itself renders labels in English today; broader label localization ships in a later release.