CountryConfig
class CountryConfig( val onlyShowCountryCodes: Set<String> = emptySet(), val locale: Locale = Locale.getDefault(), val flagMode: Boolean = false) : DropdownConfig
Content copied to clipboard
This is the configuration for a country dropdown.
Constructors
Link copied to clipboard
fun CountryConfig( onlyShowCountryCodes: Set<String> = emptySet(), locale: Locale = Locale.getDefault(), flagMode: Boolean = false)
Content copied to clipboard
Functions
Link copied to clipboard
This will convert from a raw value used in the parameter map to a display value
Link copied to clipboard
This will convert the field to a raw value to use in the parameter map
Link copied to clipboard
The label identifying the selected item used when the dropdown menu is collapsed