Jeff Hansen

Results 193 comments of Jeff Hansen

This is also the case when the variable is referenced in content, for example, a JavaScript file might read a variable's value.

I have the same use case with `Select`. Basically, I already have a modal dialog component that visually behaves like a tray on mobile, and I want to use it...

It would be cool if it was possible to explicitly pass a collection slot value via context. For example, if I have a `MySelectWrapper` component that does some things that...

I think the `useListBoxLayout` is for virtualizing, not necessarily collection management - thanks though! I tried to use `useSelect` but could not make it work with a RAC ListBox, and...

Thanks @nkalpak - I had seen that as well, and have attempted something similar, but I've spent well over a week trying to get this to work with no luck,...

> Basically, this renders the children into a hidden DOM tree even when the popover is not open. That way it can collect the items into the collection, and features...

Any news on this? This would be super powerful for metaprogramming!

@codeandcats your example is the exact same use case I am here for!

I had to can TS for an entire app mainly cause I was unable to get https://github.com/jeffijoe/mobx-task working with decorators. I hope this will be addressed soon. 😄

A cancellation token parameter would still be appreciated in 2021 😄