group update
This commit is contained in:
@@ -35,6 +35,7 @@ export const Input: React.FC<inputProps> = ({
|
||||
React.useEffect(() => onChange(value), [value]);
|
||||
|
||||
|
||||
|
||||
return (
|
||||
<div className={cn(
|
||||
"relative",
|
||||
@@ -51,6 +52,7 @@ export const Input: React.FC<inputProps> = ({
|
||||
"bg-liquid-lighter w-full rounded-[10px] outline-none pl-[16px] py-[8px] placeholder:text-liquid-light",
|
||||
type == "password" ? "h-[40px]" : "h-[36px]"
|
||||
)}
|
||||
value={value}
|
||||
name={name}
|
||||
autoComplete={autocomplete}
|
||||
type={type == "password" ? (visible ? "text" : "password") : type}
|
||||
|
||||
Reference in New Issue
Block a user