Tim Child

Results 28 comments of Tim Child

@adhami3310 -- Thanks for the `handle_only=True` in the `drawer.root` suggestion. That does seem to fix the issue, but as expected means the drawer is not draggable (except by `drawer.handle`) While...

I've also made a PR to reflex-web (https://github.com/reflex-dev/reflex-web/pull/1245) with a short example of using a Select within a Drawer in case you want to just include that.

@adhami3310 , The `item-aligned` behavior is a bit nicer in my opinion... See difference below: `item-aligned` ![Image](https://github.com/user-attachments/assets/a05a76e0-748e-41c5-add1-e61fe2a9e78e) `popper` ![Image](https://github.com/user-attachments/assets/7e8cb3b9-2032-4dc5-a079-fd605aa26adb) ^ I.e. the left select is set with `popper` and right...

Thanks! That's a much better temporary solution than mine!

I was also having this issue, and have possibly made some progress, although my current test does not check whether I maintain the dash_extensions functionality. Anyway, here is a pytest...

I do something like this when I want to be able to debug from pycharm. ``` from reflex.reflex import _run if __name__ == "__main__": _run() ``` Obviously, not a good...

Just realized the "build" label probably refers to the build process of `reflex run` not `reflex component build`... But I can't change that now, sorry!

@eyurtsev thanks, I'll take another look at astream in that case. I'm sure you've already thought about this, but just wanted to put my vote in for some more unified...