Search code examples
vuejs3primevue

Remove top close 'X' button from from Prime vue dialog


How to remove the close (X) icon from PrimeVue <Dialog> </Dialog>

enter image description here


Solution

  • Use

    :closable="false"
    

    as bellow inside Dialog tag

    <Dialog :closable="false">