From 933bfe27527a6980d160ef2065779e701710c19e Mon Sep 17 00:00:00 2001 From: Jason Chuang Date: Fri, 27 Feb 2026 07:48:02 +0800 Subject: [PATCH] update reset button in FormWizard --- .../auth-forms/BusCustomFormWizard.js | 29 ++++++++++++++++--- .../auth-forms/CustomFormWizard.js | 25 ++++++++++++++-- .../auth-forms/IAmSmartFormWizard.js | 13 +++++++-- 3 files changed, 58 insertions(+), 9 deletions(-) diff --git a/src/pages/authentication/auth-forms/BusCustomFormWizard.js b/src/pages/authentication/auth-forms/BusCustomFormWizard.js index 28a3303..01a8c2e 100644 --- a/src/pages/authentication/auth-forms/BusCustomFormWizard.js +++ b/src/pages/authentication/auth-forms/BusCustomFormWizard.js @@ -651,9 +651,21 @@ const BusCustomFormWizard = (props) => { - + +
@@ -1599,8 +1611,17 @@ const BusCustomFormWizard = (props) => { {formik.errors.captchaField} )} - - diff --git a/src/pages/authentication/auth-forms/CustomFormWizard.js b/src/pages/authentication/auth-forms/CustomFormWizard.js index f423115..f63cd57 100644 --- a/src/pages/authentication/auth-forms/CustomFormWizard.js +++ b/src/pages/authentication/auth-forms/CustomFormWizard.js @@ -881,7 +881,17 @@ const CustomFormWizard = (props) => { - diff --git a/src/pages/authentication/auth-forms/IAmSmartFormWizard.js b/src/pages/authentication/auth-forms/IAmSmartFormWizard.js index d0a9a14..9159f75 100644 --- a/src/pages/authentication/auth-forms/IAmSmartFormWizard.js +++ b/src/pages/authentication/auth-forms/IAmSmartFormWizard.js @@ -1062,8 +1062,17 @@ const CustomFormWizard = (props) => { {formik.errors.captchaField} )} - -