I need a floating action button inside a popup

Hi!

I need a floating action button inside a popup (Framework7 V2/Vue).
It seems to be working on opening (morphing the bottom toolbar). But I can’t close the fab programmatically. No error, but it’s not closed.
Is it supposed to work or do I have do do a workaround like removing element classes or something instead?

/Aspen

Hi, i dont understand what you need.
You can open the popup, and trigger fab to moph the toolbar?
So you need to close the FAB when the popup is closed?

app.fab.close(fabEl)

1 Like

I can trigger a morphed FAB to open within the popup.
But I want the FAB to close when clicking on objects outside the FAB (still within the popup).

app.fab.close(fabEl) is not triggering this.