Standard country field
@if (countryData) {
Selected Country is {{ countryData.name }}
}
Reactive country field with default country
@if (countryControl.value) {
Selected Country is {{ countryControl.value.name }}
}
Input box
@if (countryData) {
Selected Country is {{ countryData.name }}
}
Input box with default country
Input box with default country and no label