Search code examples
vue.jsdialogvue-componentquasar-frameworkquasar

Quasar: Remove header in dialog menu in q-select


I am customizing this dialog menu from the dialog behavior of q-select in quasar. but i cant figure out a way to remove this:

dialog

any idea how i should go about this? is this even possible?


Solution

  • Nevermind guys I figured it out. I used .q-select__dialog label{ display: none } and it worked :D