feat(input): Add autoComplete="off" to InputGroup and Textarea components for improved form security
This commit is contained in:
@@ -29,6 +29,7 @@ function TextareaGroup({
|
||||
<div>
|
||||
<div className="relative w-full my-3">
|
||||
<textarea
|
||||
autoComplete="off"
|
||||
className={`border ${
|
||||
error
|
||||
? "border-red-500"
|
||||
|
||||
Reference in New Issue
Block a user