How can you add a floating group inside of a reusable element?
This seems impossible, but I’m guessing smarter people have found a workaround.
Example:
I want to create a RE that allows users to search items. I want the search box to stay locked at the top of the screen as they scroll through items.
Since I need this in multiple areas of the app, it has to be a RE.
I’ve seen people suggest placing the floating group (search bar) on the page, and the RE on the page. This creates a ton of work when making changes to the search functions. I have to make changes in multiple places in the app.
I just want to build this search feature one time.