Skip to content

Commit

Permalink
feat(TxCountFormControl): add min value: 1 validation
Browse files Browse the repository at this point in the history
  • Loading branch information
dovalid committed May 6, 2023
1 parent 3772ffc commit ec323a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const TxCountFormControl = ({
numberFormat={numberFormat}
name={`${baseFieldPath}.data.txCount`}
isRequired
min={1}
/>

<FormErrorMessage>
Expand Down

0 comments on commit ec323a8

Please sign in to comment.