From 0fd93e167e91ece2b57e9ba281fb5f891a2beb0b Mon Sep 17 00:00:00 2001 From: gazizova-vlada Date: Wed, 19 Oct 2022 15:19:17 +0300 Subject: [PATCH] Web:Client:Add tabIndex. --- .../categories/common/Branding/additionalResources.js | 4 ++++ .../categories/common/Branding/companyInfoSettings.js | 11 ++++++----- .../categories/common/Branding/whitelabel.js | 1 + .../categories/common/Customization/dns-settings.js | 2 ++ .../common/Customization/language-and-time-zone.js | 3 +++ .../common/Customization/portal-renaming.js | 2 ++ .../common/Customization/welcome-page-settings.js | 2 ++ 7 files changed, 20 insertions(+), 5 deletions(-) diff --git a/packages/client/src/pages/PortalSettings/categories/common/Branding/additionalResources.js b/packages/client/src/pages/PortalSettings/categories/common/Branding/additionalResources.js index 617c277ea6..28ec1bf9ff 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Branding/additionalResources.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Branding/additionalResources.js @@ -151,6 +151,7 @@ const AdditionalResources = (props) => {
{ /> { onChange={() => setShowVideoGuides(!videoGuidesEnabled)} /> {
{isSettingPaid && ( { value={companyName} hasError={hasErrorCompanyName} onChange={(e) => onChangeСompanyName(e.target.value)} - tabIndex={3} + tabIndex={5} /> { value={email} hasError={hasErrorEmail} onChange={(e) => onChangeEmail(e.target.value)} - tabIndex={4} + tabIndex={6} /> { value={phone} hasError={hasErrorPhone} onChange={(e) => onChangePhone(e.target.value)} - tabIndex={5} + tabIndex={7} /> { value={site} hasError={hasErrorSite} onChange={(e) => onChangeSite(e.target.value)} - tabIndex={6} + tabIndex={8} /> { value={address} hasError={hasErrorAddress} onChange={(e) => onChangeAddress(e.target.value)} - tabIndex={7} + tabIndex={9} /> { {isSettingPaid && ( { isVertical={true} > { )}