Auto-complete clicked suggestions
This commit is contained in:
parent
0dbb8d5294
commit
e541ddb060
5 changed files with 44 additions and 15 deletions
|
@ -93,6 +93,7 @@ module.exports = React.createClass({
|
|||
wordSuffix: " ",
|
||||
allowLooping: false,
|
||||
autoEnterTabComplete: true,
|
||||
onClickCompletes: true,
|
||||
onStateChange: (isCompleting) => {
|
||||
this.forceUpdate();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue