Use numeric input

This commit is contained in:
ekzyis 2023-05-15 01:24:45 +02:00 committed by Keyan
parent 8d35cd0194
commit 342b2b76ca
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ export default function ItemAct ({ onClose, itemId, act, strike }) {
<Input
label='amount'
name='amount'
type='number'
innerRef={inputRef}
overrideValue={oValue}
required