mirror of https://github.com/status-im/fathom.git
set input value property on pikaday element to make sure we have a data in initial view
This commit is contained in:
parent
ab7f36757a
commit
f70a492f09
|
@ -24,7 +24,7 @@ class Pikadayer extends Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
render(props) {
|
render(props) {
|
||||||
return <input />
|
return <input value={props.value} />
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue