Martin Pengelly-Phillips
Martin Pengelly-Phillips
@georgfaust totally fine - thanks for checking!
Maybe I'll add a tutorial with the classic build a chess board example as an step in the right direction.
How are you calling it?
Thanks for the gist. In that code I see you are calling `createDroppable` outside the containing context provided by `DragDropProvider`. That's why you are getting the error. You need to...
Can you share your updated code? From your previous code you were also missing passing the handlers into your draggable element. In other words, you need to either have `use:draggable`...
Thanks for taking a look. I think virtualisation support would be the way forward to deal with larger numbers of items.
Looking at this again...I'm not sure the `raison d'être` is actually desired. It _is_ valid to return from `optionToValue` values of different types, because `format` can be used to handle...
`ref` is not mapped to anything today in the default Select component. What are you trying to achieve?
I guess this should pass ref through to `Input` essentially. Will take a look at that.
Added in 2281a3cd39a7ca680b8fbce582c716ff4fbafd24 - will be available once released with an example on the website to match.