CareLuLu / react-native-web-ui-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[React Draggable] Cannot scroll page when using draggable

carelulu-kevin opened this issue · comments

Expected Behavior

User should be able to drag within draggable element outside the handle

Current Behavior

ezgif-1-5e9ad60b10ba.gif

Possible Solution

?

Steps to Reproduce (for bugs)

  1. Create a form with array field type
  2. Define a uiSchema and set the array field to orderable: false
'ui:options': {
  orderable: false,
},
  1. Run the form in mobile and drag the page within the portion of the array field.