Brad Locking

Results 8 comments of Brad Locking

Also able to replicate using `v14.3.3`. [Working example](https://codesandbox.io/s/sleepy-jerry-jw0gss?file=/src/App.test.tsx) here - with tests passing when selecting a text input, text input label and hitting the checkbox directly, so it's isolated to...

Bump on this - making it incredibly difficult to use modern layouts alongside any nivo chart components

Blocking migration to Emotion v11, super keen to see this launch

Agreed that it should be down to the project to decide which date management system any date picker should operate with. Could be a bottleneck for projects that are already...

+1 - looking for a way to apply Vite generated CSS into a shadow root

It's not possible from what I can see. Currently theming the date picker and it's relatively problematic to achieve without completely forking the CSS and modifying the variables

@Blockspaced i've worked something out with this (if it's still of interest to you). Might not be the best proposed approach by the library maintainer, but if you have the...

If all you wan to do is style the calendar element, use the `calendarContainer` prop: ```tsx // Styled component export const CalendarContainer = styled.div` width: 400px; `; // Component export...