Skip to content

After recent webchat JS changes- Date fields no longer render in webchat #3803

Closed
@007-fr

Description

@007-fr

Hello WebChat team,

After the changes made to webchat.js by the BotFramework team a few days ago, date inputs no longer show up in the Bot. There are a ton of other issues we are facing as well, but we have been able to work around majority of them.

image

Below is what I currently see in the web chat: I do not have an image before the webchat change

image

Below is a screenshot of what it looks like emulator. Emulator still works.
image

Here is the text from my Adaptive card:

{
"type": "AdaptiveCard",
"id": "WhatWeekJsonCard",
"body": [
{
"type": "TextBlock",
"size": "Medium",
"weight": "Bolder",
"text": "More Information needed"
},
{
"type": "TextBlock",
"text": "What week do you need this data for? ",
"wrap": true
},
{
"type": "TextBlock",
"text": "Note: only Saturdays are available for this data, please only Select a Saturday ",
"wrap": true
},
{
"type": "Input.Date",
"id": "DateWeek",
"isRequired": true,
"errorMessage": "Please select a date to continue"
}
],
"actions": [
{
"type": "Action.Submit",
"title": "Submit"
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.0",
"speak": "${speechText}"
}

Metadata

Metadata

Assignees

Labels

Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.bugIndicates an unexpected problem or an unintended behavior.customer-replied-toRequired for internal reporting. Do not delete.customer-reportedRequired for internal Azure reporting. Do not delete.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions