react-range
react-range copied to clipboard
Pass in document as property
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.
Some sort of iframe setup?
Yes indeed.
@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