mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Update src/components/NumberInput/NumberInput.tsx
Co-authored-by: Timothy Z. <timothy@stremio.com>
This commit is contained in:
parent
6274115f8f
commit
d7974babdd
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ const NumberInput = forwardRef<HTMLInputElement, Props>(({ defaultValue, showBut
|
|||
{props.label && <div className={styles['label']}>{props.label}</div>}
|
||||
<input
|
||||
ref={ref}
|
||||
type="number"
|
||||
type={'number'}
|
||||
tabIndex={0}
|
||||
value={value}
|
||||
{...props}
|
||||
|
|
|
|||
Loading…
Reference in a new issue