hideUploadButton=true does not work
See original GitHub issueI confirmed with another developer in addition to my own experience, that this option does not work. All of my other style options do, though.
Sample usage:
const styleSet = window.WebChat.createStyleSet({
bubbleBackground: 'rgba(252, 229, 53, 1)',
bubbleFromUserBackground: 'rgba(4, 234, 104, 1)',
paddingRegular: 10,
sendBoxHeight: 50,
bubbleMinWidth: 400,
bubbleMaxWidth: 700,
microphoneButtonColorOnDictate: '#FF00FF',
hideUploadButton: true
});
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
How do I hide the upload button once the file is uploaded?
Update 2: Hiding seems to work with this, but it doesn't show. $('.fileupload') .bind('fileuploaddone', function (e, data) ...
Read more >Hide New and Upload button if the library exceeded 30k files
When the library reaches the 30k number of items, I would like to hide the new & upload button from the ribbon and...
Read more >HTML DOM Input FileUpload disabled Property - W3Schools
The disabled property sets or returns whether a file upload button should be disabled, or not. A disabled element is unusable and un-clickable....
Read more >Hiding/unhiding upload button using plugin.setOption() is not ...
on the event of file-added the upload button is not appearing while the width of the container gets changed. Expected behavior. the upload...
Read more >Hide the default 'select' button in kendo upload and trigger it ...
You could access the button by it's k-upload-button class and set it's visibility to hidden. Then you could trigger the click event of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is now released in
/latest/
! Thanks for the help @xenflux@wiazur Great! Glad that helped. Regarding when it’ll be in production, that would be something @compulim or @corinagum can answer.