From ba53b79dc338a3610e67317876c9b2537930cc0a Mon Sep 17 00:00:00 2001 From: "Abdallah A. Zaqout" <26047413+zaqoutabed@users.noreply.github.com> Date: Mon, 10 Apr 2023 03:42:23 +0300 Subject: [PATCH] change currency type to AutoComplete --- schemas/app/SetupWizard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/app/SetupWizard.json b/schemas/app/SetupWizard.json index 7204788b..cf56c594 100644 --- a/schemas/app/SetupWizard.json +++ b/schemas/app/SetupWizard.json @@ -44,7 +44,7 @@ { "fieldname": "currency", "label": "Currency", - "fieldtype": "Data", + "fieldtype": "AutoComplete", "placeholder": "Currency", "section": "Locale", "required": true