make onboarding + create client easier
This commit is contained in:
@@ -29,6 +29,8 @@ const Input = React.forwardRef<HTMLInputElement, InputProps>(
|
||||
({ className, error, type, size, ...props }, ref) => {
|
||||
return (
|
||||
<input
|
||||
autoComplete="off"
|
||||
autoCorrect="off"
|
||||
type={type}
|
||||
className={cn(
|
||||
inputVariant({ size, className }),
|
||||
|
||||
Reference in New Issue
Block a user