I am trying to create a sortable list with a slider inside it.
Here the example: https://stackblitz.com/edit/react-a3gnj5?file=app/main.jsx
As you can see, the code without the Sortable component works well, but with the Sortable component I cant use the slider and the focus is lost when I try to writte in the input component and the rerender happens.
Any suggestion? The slider and the input must be a 'controller component'.
Thanks!
PD: sorry for the post title, please change it :)