Matt

Results 51 comments of Matt

Here is a codepen: https://codepen.io/CWSites/full/wjeNbb/ I noticed some odd behavior though, the sortable area is only the top row of objects even though I have adjusted the styles to be...

Hey @lukasoppermann I fixed all of the issues and improved the sortable-placeholder as well. Check out my referenced codepen above for a working example. Configuration ``` sortable('.sortable', { forcePlaceholderSize: true,...

Is this something that you would want added to the docs or code? Can you point me in the right direction of where I can contribute this update?

It must be something to do with how I'm using it because I have the same configuration as my codepen (https://codepen.io/CWSites/pen/wjeNbb) and it doesn't have issues. I'm doing this on...

Hey @lukasoppermann, I updated my code base a bit and I'm unable to reproduce this. Feel free to close it out as an edge case.

I'm running into the same issue here and see that the OP never responded. @schimini is there a particular import that you're looking for? I have the following ```ts import...

@ptz000's comment is what worked for me. I tried the others with no luck. Updating the `tsconfig.json` which is used by that portion of code, I was also able to...

Changing the `aria-label` removed one of them (thanks for that). However the `fieldset` is definitely an issue as it was complaining that the label in question was returned three times....

Sure, I will see about getting something put together. I'm using standard MUI v5 with react and this is how they render a select field.

Over 6 months, still not addressed. ``` warning "@react-theming/storybook-addon > @storybook/[email protected]" has incorrect peer dependency "@storybook/addons@^5.0.0". warning "@react-theming/storybook-addon > @storybook/[email protected]" has incorrect peer dependency "@storybook/react@^5.0.0". warning "@react-theming/storybook-addon > @storybook/[email protected]" has...