From 6a3c1f242b64843972bb3018cee6fb6189756fba Mon Sep 17 00:00:00 2001 From: Shreyansh Srivastava Date: Mon, 12 Oct 2020 20:01:54 +0530 Subject: [PATCH] fix: Disable auto-filling of country name in tax popup (#5286) * Disabled auto-filling of information during Tax Pop-up in wizard step-1 * replaced placeholder string by respective field name in autocomplete attribute * placeholder replaced by country in autocomplete attribute * changed the autocomplete attribute of input feilds * removed extra space from input attributes --- app/templates/components/modals/tax-info-modal.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/modals/tax-info-modal.hbs b/app/templates/components/modals/tax-info-modal.hbs index d894d538715..eb3b26cbb7f 100644 --- a/app/templates/components/modals/tax-info-modal.hbs +++ b/app/templates/components/modals/tax-info-modal.hbs @@ -6,7 +6,7 @@
- +
{{t 'Select country'}}