bokuweb/react-rnd

Question: Is it possible to apply positions restriction

gamegee opened this issue · 0 comments

Question / Feature request

react-dnd already let us define a maxWidth prop that will apply resizing restrictions, and so, restriction on the width.

Would it also be possible to have this kind of restrictions for positions.
For example we could have props like

  • minX
  • maxX

Theses props may help to prevent resizing or moving an item to specific positions.