I am using bot framework web chat and I have an adaptive card with just one input field.Is it possible to handle auto complete as user's type in the card's input field ?
Example : Input field is for city.As user type the first 3 character of city i want to provide the suggestions and users can pick from it.
I found the below link in github but its about auto complete for chat typing area not for cards. https://github.com/Microsoft/BotFramework-WebChat/issues/476