Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1446 | not using numeric text field | using…
Browse files Browse the repository at this point in the history
… patterns
  • Loading branch information
snyaggarwal committed Dec 22, 2022
1 parent e7a9adc commit 3a41ba4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/mappings/MappingForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,7 @@ class MappingForm extends React.Component {
fullWidth
onChange={this.onTextFieldChange}
value={fields.sort_weight}
inputProps={{ pattern: "[0-9.]+", min: 0, step: 0.00001 }}
type='number'
inputProps={{ pattern: "[0-9.]+" }}
/>
</div>
{
Expand Down

0 comments on commit 3a41ba4

Please sign in to comment.