St.fragment and st.experimental_dialog

Guys, I would like your help with this question:

I’m trying to use a fragment with a dialog and I’m not succeeding.

Every time the dialog is opened and something is changed within it, the content disappears instantly.

Financeiro-Google-Chrome-2024-06-03-11-49-46-ezgif.com-crop (1)

Could you tell me if there is a problem in my code or some kind of BUG? I’ve already tried placing the function outside the fragment, but the error remains. =/

my code:

I’ll be updating the docs to make this more clear, but fragments inside fragments aren’t supported. A dialog is itself a fragment, so using the fragment and dialog together is unsupported. Sorry.

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.

As part of de-experimentalizing fragments and dialogs in version 1.37.0, fragments can now be nested and used in callbacks! (Therefore, you can use a fragment inside a dialog in version 1.37.0.)

2 Likes