Germán Jabloñski
Germán Jabloñski
I suggest: - transpose the table (frameworks as rows, benchmarks as columns). - allow sorting by columns. - Allow collapsing/expanding column groups. By default the geometric mean column would be...
### Description 📓 ## Problem Currently, there is no easy and direct way to intervene in the authorization flow based on whether the user is new (signup) or not (login)....
When I run my tests in Vitest using the jsdom environment I receive the error: > Warning: Received `true` for a non-boolean attribute `jsx`. [According to the readme](https://github.com/vercel/styled-jsx#rendering-in-tests), this error...
### Provide a general summary of the issue here A draggable button isn't the only way to provide an alternative, accessible method for DnD. I haven't found anything in W3...
### Provide a general summary of the feature here As the title says, allow disabling drag or drop on a single gridlist item. I saw the `disabledBehavior` property, but if...
https://developer.mozilla.org/en-US/docs/Web/API/Selection/modify
**Is your feature request related to a problem? Please describe.** The current treeView component lacks support for the treegrid ARIA pattern, specifically in terms of keyboard navigation and ARIA attributes....
The `open` property (well, `collapsed` actually) is part of my controlled data. I want it to be like this so that the open or closed state is persistent. I've tried...
The `createLexicalNodeFromCollabNode` function creates a node using the constructor without arguments, and then synchronizes the properties using `collabNode`. This can be fatal if the constructor requires arguments. It is dangerous...
Hello. I've been researching Tree component libraries and this one looks pretty good! Thanks for sharing! I have mentioned it in [this react-aria thread](https://github.com/adobe/react-spectrum/issues/2396#issuecomment-1871091316) (my go-to component library). I suppose...