Nick Randall
Nick Randall
@chaance Would you accept this PR if it included the change you mentioned? The big reason that I need this is that I don't want to depend on "react-router-dom" or...
@jacob-ebey Is the failing test enough? Anything else we can do to help get this fixed?
I'm seeing the same issue
A sane choice would be to use all the values that Postgres accepts. https://www.postgresql.org/docs/devel/datatype-boolean.html
Also using latest version of npm packages if that helps.
The above issue is experienced when using latest Chrome browser. There are no issues when using latest Safari There is a similar issue on latest Firefox but it seems to...
Switching the draggable element from a `button` to a `div` has weirdly enabled firefox to work as expected in all cases. That change has had no effect on Chrome.
I'll see if I can get a reproduction put together. I've narrowed down the issue to the draggable being absolutely positioned over an iframe. If I remove the iframe or...
What I ended up doing to temporarily fix this issue is attaching a `pointerDown` event to the draggable that temporarily sets `pointer-events: none` on the iframe and then when the...
I'm also running into this issue. Thanks for working on a fix @josefaidt!