question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

hideUploadButton=true does not work

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
corinagumcommented, Mar 7, 2019

This is now released in /latest/! Thanks for the help @xenflux

1reaction
xenfluxcommented, Mar 4, 2019

@wiazur Great! Glad that helped. Regarding when it’ll be in production, that would be something @compulim or @corinagum can answer.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found