You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that would be nice to add support to Options groups inside a QSelect in a way similar to the HTML tag .
This keeps a reasonable mapping between HTML tags and Quasar awesome components and enables a better visualisation of data in a long options list.
One simple way to do it is to test if the value of an item on "options" prop is an array of objects with label and value attributes.
Can be even more clear if we have another prop "optionGroups" to use this composite options list.
The text was updated successfully, but these errors were encountered:
I think that would be nice to add support to Options groups inside a QSelect in a way similar to the HTML tag .
This keeps a reasonable mapping between HTML tags and Quasar awesome components and enables a better visualisation of data in a long options list.
One simple way to do it is to test if the value of an item on "options" prop is an array of objects with label and value attributes.
Can be even more clear if we have another prop "optionGroups" to use this composite options list.
The text was updated successfully, but these errors were encountered: