microsoft / BotFramework-Services

Microsoft Bot Framework Services
Creative Commons Attribution 4.0 International
38 stars 11 forks source link

Regarding Input.Date Adaptive card #320

Closed ShavaliP closed 2 years ago

ShavaliP commented 2 years ago

Hi,

I am developing a chatbot for my client. In the conversation with the bot, the user needs to enter a date using the card provided. I am designing an Input.Date adaptive card.

date_input_card

My issue is, once a user enters a date in the card using the calendar, how to reset the date value to blank.

blank_date_card

How to reset the value in date card to blank value?? How to code that adaptive card to include the reset button to that adaptive card??

Regards

anusharr commented 2 years ago

The Microsoft Bot Framework team prefers that how to questions be submitted on Stack Overflow. The official Bot Framework Github repo is the preferred platform for information on submitting bug fixes and feature requests.