Skip to main content

Allow map interaction while expand-component is expanded

Completed

Comments

1 comment

  • Official comment
    Cam Barnard

    Hi Guido Mosch … actually there is. 

    By default, expands stay open until you click on the expand again, or click elsewhere which will close it.

    There is another option you can manually configure in your layout.xml for the expand that changes this behavior.

    <expand config="expand-config-1" slot="bottom-end" modal="false" id="expand-ca00f2bb">

    The modal="false" will leave the expand open until you close it by clicking on it again.

    In your application this will have the effect that you will be able to interact with map (but the expand will stay open until you close it).

    If you have several expands you can quickly get into a situation where many of them are open, and may even overlap each other … but this alternate mode of operation is there if you want to try it. 

Please sign in to leave a comment.