hideUploadButton: true not working with createStyleSet #3603
Labels
Bot Services
Required for internal Azure reporting. Do not delete. Do not change color.
bug
Indicates an unexpected problem or an unintended behavior.
customer-replied-to
Required for internal reporting. Do not delete.
customer-reported
Required for internal Azure reporting. Do not delete.
Version
I'm using the latest CDN version of the Web Chat:
<meta name="botframework-directlinespeech:version" content="4.11.0">
<meta name="botframework-webchat:bundle:variant" content="full-es5">
<meta name="botframework-webchat:bundle:version" content="4.11.0">
<meta name="botframework-webchat:core:version" content="4.11.0">
<meta name="botframework-webchat:ui:version" content="4.11.0">
Describe the bug
I want to hide the upload button. I'm using the method described here to create a new styleset with
hideUploadButton: true
configured. But the upload-button is still visible.I made a codepen to reproduce the issue.
Expected behavior
I expect the upload button to be hidden when setting the
hideUploadButton: true
The text was updated successfully, but these errors were encountered: