Screenshots
With latest

With 4.14.1

Version
The issue is with latest. We have downgraded to 4.14.1 and is working as expected
"<meta name="botframework-directlinespeech:version" content="4.14.1">
<meta name="botframework-webchat:bundle:variant" content="full">
<meta name="botframework-webchat:bundle:version" content="4.14.1">
<meta name="botframework-webchat:core:version" content="4.14.1">
<meta name="botframework-webchat:ui:version" content="4.14.1">"
Describe the bug
Text box to send message is missing with the latest release
We are now using the previous version: here the change:
this row is commented out --> <script src="https://cdn.botframework.com/botframework-webchat/latest/webchat.js"></script>
We are using this instead:
<script src="https://cdn.botframework.com/botframework-webchat/4.14.1/webchat.js"></script>
Other code:
var styleOptions = {
hideUploadButton: true
};
window.WebChat.renderWebChat({
directLine: botConnection,
userID: name,
styleOptions: styleOptions,}, document.getElementById('webchat'));
document.querySelector('#webchat > *').focus();
Screenshots
With latest

With 4.14.1

Version
The issue is with latest. We have downgraded to 4.14.1 and is working as expected
"<meta name="botframework-directlinespeech:version" content="4.14.1">
<meta name="botframework-webchat:bundle:variant" content="full">
<meta name="botframework-webchat:bundle:version" content="4.14.1">
<meta name="botframework-webchat:core:version" content="4.14.1">
<meta name="botframework-webchat:ui:version" content="4.14.1">"
Describe the bug
Text box to send message is missing with the latest release
We are now using the previous version: here the change:
this row is commented out --> <script src="https://cdn.botframework.com/botframework-webchat/latest/webchat.js"></script>
We are using this instead:
<script src="https://cdn.botframework.com/botframework-webchat/4.14.1/webchat.js"></script>
Other code:
var styleOptions = {
hideUploadButton: true
};