zoodirector

Results 3 comments of zoodirector

Dear @nkrackow Thanks so much for writing this down here! Had the same issue, could fix it with your note!

Here is my workaround, which seems to do its job: ``` onValueChange={(e) => { // WORKAROUND FOR: https://github.com/radix-ui/primitives/issues/3135 const stack = new Error().stack; if (stack?.includes("SelectBubbleInput")) { return; } onValueChange(e); }}...

Hello @crutchcorn ! I was wondering if you (or someone else) did already have the time to look at this? If my reasoning for requesting this feature is not clear...