1

Tested on the web-version and the latest desktop version. In the en-US locale all works fine. Below is example of a Date input.

{
    "type": "Column",
    "width": "stretch",
    "items": [
        {
            "type": "Input.Date",
            "id": "StartDate",
            "min": "29.10.19"
        }
    ]
},
{
    "type": "Input.Text",
    "id": "Text"
},

Result: after the user has sent the card, bot framework receives a json with the all input values except the date / time inputs:

{
  "Text":"111",
  // no field with "StartDate" name
} 
Ajith
  • 1,447
  • 2
  • 17
  • 31
John Walker
  • 105
  • 1
  • 3
  • Thanks for reaching out. This is a known issue with Adaptive Card. We have a bug on this and we are working on fixing this. – Gousia Begum Dec 04 '19 at 09:17
  • I'm voting to close this question as off-topic because this is a MS bug report... – Migol Dec 04 '19 at 09:44

0 Answers0