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