Search code examples
botframeworkadaptive-cards

Is it possible to add date picker in microsoft bot framework application while taking date inputs?


Suppose if the bot wants date of birth of user. Can it present it with the datepicker instead of asking user to type it in dd/mm/yyyy etc format ?

enter image description here

Please care to comment if any problem in the question.

Thanks


Solution

  • There is no datepicker available "as is". It may depend on the channel you will be using, your question is unclear about that point.

    One interesting feature may be to use AdaptiveCards as in some channels it allows datepickers, like for Webchat (see the sample here)

    sample for webchat

    But this is not working for Slack, Facebook Messenger, etc.