Skip to content

Instantly share code, notes, and snippets.

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