Skip to content

Commit ae447aa

Browse files
fix: disable Input
1 parent cd12318 commit ae447aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Input/Input.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ const InputWrapper: FC<InputWrapperProps> = ({
201201
onKeyDown={onKeyDown}
202202
min={min}
203203
max={max}
204+
disabled={disabled}
204205
{...props}
205206
/>
206207

0 commit comments

Comments
 (0)