George Karan Kommers Mueller
George Karan Kommers Mueller
Hey @diegohaz I really loved your idea of implementation, in fact the need for repeating the same logic for `Select` and `SelectPopover` was bothering me either but I decided to...
> While using `portal` with `SelectPopover` seems like a promising solution, I encountered a limitation in that the dialog prevents interaction with elements outside itself You could use the [getPersistentElements](https://ariakit.org/reference/dialog#getpersistentelements)...
Hey @marg51 That's probably related to the following line which we should address properly in a near future. Both `getRootElement` and `portalElement` are returning the `document.body` which is probably the...
Hey @diegohaz Just to clarify, do we want to allow users to customize typeahead behavior or ignore emojis at the beginning of text content?
> Ideally, we would allow users to customize the behavior with a callback or something. I'm just not sure about the API. Do you have any idea? I was considering...
Hey @lessp, thanks for reporting the issue. This is a known limitation when the item's size are too big. To resolve this, we recommend using virtualization. Here is an official...
I debugged for a bit and found out that the `resize` event is triggered when the on-screen keyboard is displayed. https://github.com/radix-ui/primitives/blob/f873591ac32c31df9e860d3b6fc65be3cb910ba4/packages/react/select/src/Select.tsx#L601-L609 ```tsx React.useEffect(() => { const close = () =>...
> I followed these steps using the latest Chrome, Safari, and Firefox versions on macOS. I was able to reproduce issue (3), but not (5). The selected item is correctly...
> Additionally, could you provide more specifics regarding the modifications you made compared to the example provided on the site? In our use case, there is a slightly difference between...
Hey @diegohaz, I would like to thank you for your prompt reply, and I apologize for the delayed response regarding this issue. Although the proposed solution worked perfectly for the...