We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An option "showUploadButton" was added to hide upload button for issue #883, but in v4.1.0 there is no such option.
So now is it possible to hide the upload button on rederWebChat()?
The text was updated successfully, but these errors were encountered:
Its possible with styling:
import { createStyleSet } from 'botframework-webchat'; const styleSet = createStyleSet({}); styleSet.uploadButton = { ...styleSet.uploadButton, display: 'none' }; (while returning send property to the component as) styleSet={styleSet}
(Edited by @compulim for code formatting)
Sorry, something went wrong.
corinagum
No branches or pull requests
An option "showUploadButton" was added to hide upload button for issue #883, but in v4.1.0 there is no such option.
So now is it possible to hide the upload button on rederWebChat()?
The text was updated successfully, but these errors were encountered: