Revert "keyboard navigation for defects 1722611,1722618"

This reverts commit 9383609a22.
This commit is contained in:
Sampath
2022-12-19 18:45:53 +05:30
parent 990d86ffc6
commit 6aa229462b
3 changed files with 12 additions and 20 deletions

View File

@@ -9,7 +9,7 @@ import {
MessageBar,
Stack,
Text,
TextField
TextField,
} from "@fluentui/react";
import React from "react";
import * as DataModels from "../../../../../Contracts/DataModels";
@@ -38,7 +38,7 @@ import {
PriceBreakdown,
saveThroughputWarningMessage,
titleAndInputStackProps,
transparentDetailsHeaderStyle
transparentDetailsHeaderStyle,
} from "../../SettingsRenderUtils";
import { getSanitizedInputValue, IsComponentDirtyResult, isDirty } from "../../SettingsUtils";
import { ToolTipLabelComponent } from "../ToolTipLabelComponent";