jayanthbondi

Results 7 issues of jayanthbondi

When I set some html as initialValue to quill, why is it changing the original format?

Can someone help me in adding inline style of margin:0px to p tags in Quill editor

I'm getting this error when I try to upload a 1.5 MB image. ![image](https://user-images.githubusercontent.com/35721161/115523927-33f91000-a2ab-11eb-832c-a89bbf2ad5f6.png) Earlier, I was not facing this issue and also I have setup a custom s3 bucket...

Hi Team, Recently I have tried to upload an image of size 5MB and it was giving error. ![image](https://user-images.githubusercontent.com/35721161/116382580-afbb0580-a833-11eb-9409-b0825e8c5456.png) Earlier (4-5 months back) I was able to upload an image...

currentnly I'm registering display_name in oConfigCall just before initiating the call. But still it's not working, can someone help me? call = phoneNo => { if (!this.isRegistered()) return; this.oConfigCall.display_name =...

In my use case I need to disable export html button, when user has not given any content. How can I know that? Is there any property which tells me...