botframework-sdk icon indicating copy to clipboard operation
botframework-sdk copied to clipboard

How to disable user typing text box with Azure bot

Open MeenakshiBalekar opened this issue 3 years ago • 0 comments

I am looking for recommendation on disabling attachment and text box when adaptive card is displayed in webchat/directline channel. I am looking for complete code on webchat side.

I tried the sample : https://github.com/microsoft/BotFramework-WebChat/blob/main/samples/05.custom-components/l.disable-adaptive-cards/index.html

However ended up getting javascript error

Can anyone share recommendations on how this can be achieved ? The code behind is composer C#

MeenakshiBalekar avatar May 12 '22 05:05 MeenakshiBalekar