Polish and button functionality for traffic info page
This commit is contained in:
@ -5,10 +5,10 @@ class TripSelector extends Component {
|
||||
return (
|
||||
<form>
|
||||
<label>Från:</label>
|
||||
<input type="text" placeholder="Hållplats/Adress/Plats" />
|
||||
<input type="text" placeholder="Hållplats/Adress/Plats" defaultValue={this.props.from}/>
|
||||
<hr/>
|
||||
<label>Till:</label>
|
||||
<input type="text" placeholder="Hållplats/Adress/Plats" />
|
||||
<input type="text" placeholder="Hållplats/Adress/Plats" defaultValue={this.props.to} />
|
||||
</form>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user