Skip to content

Instantly share code, notes, and snippets.

@abinavseelan
Last active March 8, 2018 19:03
Show Gist options
  • Save abinavseelan/95682aea7e81ec06655d9f8573d001eb to your computer and use it in GitHub Desktop.
Save abinavseelan/95682aea7e81ec06655d9f8573d001eb to your computer and use it in GitHub Desktop.
(4) Github-style user suggestions using react-input-trigger
...
return (
<InputTrigger
trigger={{
keyCode: 50,
shiftKey: true,
}}
onStart={(metaData) => { console.log(metaData); }}
>
...
</InputTrigger>
);
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment