Table Setup (react-aria checkbox issue) #5135
-
Hey, everyone! I'm currently using react-aria to build our design system at my company, and I'm working on the I've easily set up the initial skeleton using Basically, I've been trying to follow the docs to set up selectable rows with checkbox cells. It works perfectly when I use the native I'm wondering if any of you have experienced this issue before. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Not at the moment! Currently Github is the primary means, via Issues or Discussions.
We use an SVG for the checkboxes in our React Aria Components Table example in the docs, so you could compare your setup to that implementation (Table source / Checkbox source). If that doesn't help, feel free to post a codesandbox link reproducing this so we can take a deeper look. |
Beta Was this translation helpful? Give feedback.
-
Thank you guys |
Beta Was this translation helpful? Give feedback.
Not at the moment! Currently Github is the primary means, via Issues or Discussions.
We use an SVG for the checkboxes in our React Aria Components Table example in the docs, so you could compare your setup to that implementation (Table source / Checkbox source). If that doesn't help…