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:
any idea how i should go about this? is this even possible?
Nevermind guys I figured it out. I used .q-select__dialog label{ display: none }
and it worked :D