问题
I just added autosuggestion/autocomplete function in my bot-framework web chat(v-4) using react.js. But there are some issues i need to fix;
1.) While getting the suggestions i want to make the words which i type into the webchat to be Bold in the resulting suggestion list. I did that but the problem i'm facing now is that its only making the first letter as bold(as you can see in the image) i want to make it bold even if its inside a sentance.
2.) When i select an option from the suggestion list it has to be closed. It closes the other options but the selected option is not.(as shown in the image). I want to close that too.
3.) I want to make my up/down arrow for selecting options from the suggestion list.
Please find the images in below links,
来源:https://stackoverflow.com/questions/60524754/issues-with-suggestion-list-in-botframework-webchat-react