Fixes for keyboard navigation of add new clause,edit,remove property,insert filter line, remove filter line

This commit is contained in:
Sampath
2022-12-19 18:27:52 +05:30
parent 9383609a22
commit 990d86ffc6
6 changed files with 46 additions and 31 deletions

View File

@@ -574,7 +574,6 @@ export class ThroughputInputAutoPilotV3Component extends React.Component<
styles={getTextFieldStyles(this.props.throughput, this.props.throughputBaseline)}
disabled={this.overrideWithAutoPilotSettings()}
step={this.step}
tabIndex={0}
value={
this.overrideWithAutoPilotSettings()
? this.props.maxAutoPilotThroughputBaseline?.toString()