Jenna Smith
Jenna Smith
I have something similar to the following: ``` css @media (min-width: 30em) { .m-label { display: block; } } /* because less than IE9 * doesn't support media queries */...
I am trying to get this up and running and I'm getting the following error: ``` CompileError: AsyncCompile: Wasm decoding failed: expected magic word 00 61 73 6d, found 3c...
I have tried to implement `onIntercept`. My implementation gets called and refreshes the token correctly but doesn't make another `requestToApi` with the returned `RequestToApi` object. I'm using `[email protected]`. ```jsx import...
### Discussed in https://github.com/radix-ui/primitives/discussions/1078 Originally posted by **davbrito** January 12, 2022 There are several good packages for making virtualized lists. We have [react-virtual](https://github.com/tannerlinsley/react-virtual#readme), [react-virtualized](https://github.com/bvaughn/react-virtualized), [react-virtuoso](https://virtuoso.dev/), [react-window](http://react-window.now.sh/), etc. What would be...
Issue: https://codesandbox.io/s/frosty-cerf-poy3y?file=/src/styles.css Example of native scrollable without this issue: https://codepen.io/jjenzz/pen/jOLMjvJ I'm wondering if we still need the `display: table` stuff now so will investigate getting rid of that as a...
When you reach the toggle **group** with VoiceOver (haven't tested NVDA but should be checked too) it will tell you that you are on a toggle button but it isn't...
Following the WAI ARIA pattern documented [here](https://www.w3.org/TR/wai-aria-practices-1.1/examples/menubar/menubar-2/menubar-2.html). I imagine it would follow a similar approach to `Toolbar` in terms of architecture e.g. provide a `Menubar.Button` that can be composed with...
Stemmed from this PR feedback https://github.com/radix-ui/primitives/pull/1007#discussion_r762142395 I wanted to keep the scope as `__scopeTooltip` but using the tooltip part name for the scope would have generated eslint `no-use-before-define` errors. Moving...
### Discussed in https://github.com/radix-ui/primitives/discussions/982 Originally posted by **rkumorek** November 18, 2021 Hey, I'm wondering if it would be possible to reset Radix Checkbox checked state on `form.reset()` action, exactly as...
Submenus don't receive focus when opening via virtual cursor. This makes our submenus inaccessible to virtual cursor users (SRs).