Lines Matching refs:country
44 :label="$t('pageCertificates.modal.country')"
45 label-for="country"
48 id="country"
49 v-model="form.country"
50 data-test-id="modalGenerateCsr-select-country"
52 :state="getValidationState(v$.form.country)"
53 @input="v$.form.country.$touch()"
388 country: null,
401 countryOptions: COUNTRY_LIST.map((country) => ({
402 text: country.label,
403 value: country.code,
430 country: { required },