react-range icon indicating copy to clipboard operation
react-range copied to clipboard

Pass in document as property

Open mochar opened this issue 1 year ago • 3 comments

Big thank you for the nice package!

I am developing a plugin for another app which requires me to use parent.document for event listeners. Since your package listens to document the events aren't triggered.

Would it be an idea to have a property for Range that accepts a document value where I can pass parent.document instead?

Thanks again.

mochar avatar Dec 28 '24 17:12 mochar

Some sort of iframe setup?

tajo avatar Jan 03 '25 15:01 tajo

Yes indeed.

mochar avatar Jan 03 '25 16:01 mochar

@mochar thanks for this thread.

I also faced same issue where our app is using the iframe. I had to add a patch which ideally not a good solution.

It would be great if add support for document property

Avi-Patel avatar Jan 10 '25 11:01 Avi-Patel