Skip to content

Commit cd5b18c

Browse files
authored
feat: FBOT-1000 added autosuggest functionality (#63)
1 parent 4da2841 commit cd5b18c

File tree

6 files changed

+625
-318
lines changed

6 files changed

+625
-318
lines changed

package-lock.json

Lines changed: 79 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,15 @@
3030
"author": "Microsoft Corp",
3131
"license": "MIT",
3232
"dependencies": {
33+
"@types/debounce": "^1.2.1",
3334
"@types/google.analytics": "0.0.40",
3435
"@types/qrcode": "^1.3.4",
3536
"adaptivecards": "1.0.0",
3637
"bluebird": "^3.5.1",
3738
"botframework-directlinejs": "0.9.15",
3839
"core-js": "2.4.1",
40+
"debounce": "^1.2.1",
41+
"downshift": "^6.1.7",
3942
"jspeech": "^0.1.1",
4043
"markdown-it": "8.3.1",
4144
"microsoft-speech-browser-sdk": "0.0.12",

samples/.DS_Store

10 KB
Binary file not shown.

0 commit comments

Comments
 (0)