feat: added biome, fixed input hydration issue from uncontrolled input being used as controlled input

This commit is contained in:
Hyteq
2025-06-23 08:55:55 +03:00
parent e73e3506fc
commit 2bb347f1ae
2 changed files with 35 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const Input = React.forwardRef<HTMLInputElement, InputProps>(
type,
showPassword,
onShowPasswordChange,
value = "",
value,
...props
},
ref