Skip to content

Commit

Permalink
OCT-1460: Numeric keyboard should be shown when editing allocation va…
Browse files Browse the repository at this point in the history
…lues on mobile (#66)
  • Loading branch information
jmikolajczyk authored Mar 13, 2024
2 parents bd2443a + 3f37eae commit 624c789
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ const AllocationItem: FC<AllocationItemProps> = ({
ref={inputRef}
className={cx(styles.input, isEpoch1 && styles.isEpoch1, isError && styles.isError)}
error={isError}
inputMode="decimal"
isDisabled={
!isConnected || !individualReward || !isDecisionWindowOpen || isThereAnyError
}
Expand Down

0 comments on commit 624c789

Please sign in to comment.