i try to make group inner element after click or any event editable, but non of event work for me , i want to make element editable by contentEdtiable="true", please suggest solution for that...
@Nazakatalikharal
Could you ever share your address again?
sorry... which address are you talking about ?
if you're talking about codesandbox address then here it is https://codesandbox.io/s/sparkling-darkness-or805
@Nazakatalikharal
Update react-moveable 0.22.0-rc9 and try this code:
onClick, checkInput
https://codesandbox.io/s/proud-pond-nf4jb?file=/src/App.js
still on group span onClick doesn't work
https://www.screencast.com/t/nDfDMiRhIY6V
https://codesandbox.io/s/amazing-driscoll-52yg2?file=/src/App.js


@Nazakatalikharal
Add dragArea={!this.state.groupEditing}
@daybrush
group is editable now but after editing when we click on others element and click again on same edited element , this error shows
https://www.screencast.com/t/sWVyvj5X6
https://codesandbox.io/s/amazing-driscoll-52yg2?file=/src/App.js

@daybrush
after editing inner group span , no group dragging works, also inner group only single span is editable not multiple
https://www.screencast.com/t/lvmYMODSRJ
https://codesandbox.io/s/vibrant-leakey-b8byo?file=/src/App.js
how i can stop "onDragGroupStart" with , this.moveableRef.current , kindly also tell how i can stop react-selecto "onDragStart" with this.selectoRef ...
@Nazakatalikharal
Update 0.22.0-rc10(beta)
If you want to stop the drag event, return false.
Use passDragArea instead of dragArea and add blur event.
@daybrush
passDragArea work well currently if their'll be issues i'll let you know, thanks for you guidance and support
moveable 0.19.1react-moveable 0.22.3preact-moveable 0.21.3ngx-moveable 0.15.1svelte-moveable 0.10.1moveable's official new version is released. Check it again. Thank you :)
Most helpful comment
@Nazakatalikharal
Update 0.22.0-rc10(beta)
If you want to stop the drag event, return false.
Use passDragArea instead of dragArea and add blur event.
https://codesandbox.io/s/lucid-wood-tr1m7?file=/src/App.js