QSelect options.description field has no effect
-
There isn’t a displayed description within a Select popover when set in the options property object.
Check out the ‘listOptions’ object as defined here:
https://github.com/quasarframework/quasar-play/blob/master/src/components/showcase/forms/select/standard-select.vueAnd no related description for Facebook or Oracle is displayed here:
http://quasar-framework.org/components/select.htmlThanks,
Jeff. -
At some point the api changed, this will be reflected in the new docs. The correct way now is to use the
sublabel
field