commit 37778e8c1f5ed91e5b79e005817c2712b329cf5e
parent ad440edfd138395c1de0c4e652af676a038829a1
Author: Florian Dold <florian@dold.me>
Date: Mon, 16 Jun 2025 16:13:58 +0200
forms: gls nationality is a drop-down
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/packages/web-util/src/forms/gana/gls_merchant_onboarding.ts b/packages/web-util/src/forms/gana/gls_merchant_onboarding.ts
@@ -335,7 +335,8 @@ export function gls_merchant_onboarding(
{
id: TalerFormAttributes.NATIONALITY,
label: i18n.str`Nationality`,
- type: "text",
+ type: "selectOne",
+ choices: countryNationalityList(i18n),
required: true,
},
{