Skip to content

Commit

Permalink
#2178 Disable scroll in NumberField (#2179)
Browse files Browse the repository at this point in the history
Signed-off-by: srikant <[email protected]>
Co-authored-by: Matt Howard <[email protected]>
  • Loading branch information
srikant-ch5 and matthoward366 authored Sep 25, 2024
1 parent 96a7abb commit 3c16091
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ class NumberfieldControl extends React.Component {
hideSteppers={this.props.tableControl || (this.props.control.controlType === ControlType.NUMBERFIELD)}
helperText={this.props.control.helperText}
readOnly={this.props.readOnly}
disableWheel
/>
{numberGenerator}
<ValidationMessage inTable={this.props.tableControl} tableOnly state={this.props.state} messageInfo={this.props.messageInfo} />
Expand Down

0 comments on commit 3c16091

Please sign in to comment.