adding kind and path attributes to suggest response object and using it in autocomplete

This commit is contained in:
Manan Jethwani
2021-03-17 11:36:18 +05:30
parent e4be97a032
commit 5cb276a933
3 changed files with 17 additions and 6 deletions

View File

@ -2,6 +2,10 @@
{{#suggestions}}{{^first}},{{/first}}
{
"value" : "{{value}}",
"label" : "{{label}}"
"label" : "{{label}}",
"kind" : "{{kind}}"
{{#path}}
, "path" : "{{path}}"
{{/path}}
}{{/suggestions}}
]