parent
4605cb68c9
commit
3085537f33
@ -184,6 +184,7 @@ const TextInput = (props) => (
|
|||||||
id={props.slug} name={props.slug}
|
id={props.slug} name={props.slug}
|
||||||
value={props.value || ""}
|
value={props.value || ""}
|
||||||
disabled={props.disabled}
|
disabled={props.disabled}
|
||||||
|
placeholder={props.placeholder}
|
||||||
onChange={props.handleChange}
|
onChange={props.handleChange}
|
||||||
/>
|
/>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
Loading…
Reference in New Issue
Block a user