How to add description (subtitle) to QSelect option #427
Replies: 2 comments
-
JustPy currently supports slots but not slots with parameters (scoped slots). For example take a look at https://justpy.io/quasar_tutorial/introduction/#slots I need to figure out a good way to do this. I'll ask the Quasar guys for help. The slots part is the trickiest part of the Quasar component JavaScript side : https://github.com/elimintz/justpy/blob/master/justpy/templates/js/quasar_component.js#L133 |
Beta Was this translation helpful? Give feedback.
-
That would be a really cool feature! This is another feature that I think would be really great, I assume its based on the same principles: |
Beta Was this translation helpful? Give feedback.
-
I'm curious if its possible to show a subtitle (Like "Search engine" for Google) on a QSelect option like this:
This is my pathetic attempt.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions