more
This commit is contained in:
@@ -15,9 +15,15 @@ const TextInput = (props) => {
|
||||
type,
|
||||
disabled,
|
||||
} = props;
|
||||
|
||||
console.log("inputClassName", inputClassName);
|
||||
return (
|
||||
<div className="pe-input-container form-floating mb-3">
|
||||
<div
|
||||
className={
|
||||
inputClassName
|
||||
? `pe-input-container form-floating mb-3 ${inputClassName}`
|
||||
: "pe-input-container form-floating mb-3"
|
||||
}
|
||||
>
|
||||
{label ? (
|
||||
<label htmlFor="signup" className="form-label">
|
||||
{label}
|
||||
|
||||
Reference in New Issue
Block a user