Norserium / react-indiana-drag-scroll

React component which implements scrolling via holding the mouse button or touch

Home Page:https://norserium.github.io/react-indiana-drag-scroll/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change input in container

phanquanDHTB opened this issue · comments

i have input in container and i can't change value input. it seems container was block change input. i need a solution, thank everyone
i using google translate

@phanquanDHTB, you can use the following workaround. The next major version that is currently in the development should resolve this issue natively.

@Norserium thank you so much <3

@phanquanDHTB, you are welcome!

@phanquanDHTB, this issue is resolved in 3.x.x, but still you need to pass "input" to ignoreElements, because the because the cursor still will be intercepted by the container. That's how scroll works.

The example.