wire up searchbox filtering
This commit is contained in:
parent
7c8d7e5361
commit
a06b420942
2 changed files with 15 additions and 19 deletions
|
@ -24,6 +24,7 @@ const KEY_WINDOWS = 91;
|
|||
|
||||
module.exports = React.createClass({
|
||||
displayName: 'EditableText',
|
||||
|
||||
propTypes: {
|
||||
onValueChanged: React.PropTypes.func,
|
||||
initialValue: React.PropTypes.string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue