fix(warnings): Correctly remove all unknown props warnings

This commit is contained in:
Juan Tejada 2016-09-27 15:05:45 -07:00
parent 086c84197c
commit 3298f6a36b
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ export class EditableTableCell extends Component {
static defaultProps = {
inputProps: {},
InputRenderer: (props) => <input {...pickHTMLProps(props)} />,
InputRenderer: (props) => <input {...pickHTMLProps(props)} defaultValue={props.defaultValue} />,
}
componentDidMount() {

@ -1 +1 @@
Subproject commit 6790434a56da15bcc1cfcba5f629bf3a5808f49d
Subproject commit c228b616c32d5d83fc5ea9ee963294278d8441c4