Added the type field to the InputGroup.jsx
This commit is contained in:
@ -8,7 +8,7 @@ export const InputGroup = (props) => {
|
||||
<h4>{props.title}</h4>
|
||||
<p>{props.description}</p>
|
||||
</div>
|
||||
<TextBox placeholder={props.title} autoComplete={props.autoComplete} value={props.value} default={props.default}/>
|
||||
<TextBox placeholder={props.title} autoComplete={props.autoComplete} value={props.value} default={props.default} type={props.type}/>
|
||||
</div>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user