1
0
mirror of https://github.com/franjsco/tick3t synced 2025-06-05 22:19:18 +02:00

fix DropDown

This commit is contained in:
frab1t
2019-05-08 17:07:18 +02:00
parent 3940a4818c
commit 6973288d32
2 changed files with 8 additions and 5 deletions

View File

@@ -20,8 +20,8 @@ class DropDown extends Component {
<Input
name = "type"
type = "select"
value = { this.props.type }
onChange = { this.props.handleInputChange }
value = { this.props.value }
onChange = { this.props.onChange }
>
<option value="">---</option>
{ options }