mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
fix DropDown
This commit is contained in:
@@ -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 }
|
||||
|
Reference in New Issue
Block a user