use select in dialog in 0.14?
-
I am curious to know if 0.14 (or any version by the way) supports
select
components in dialogs using theform
object approach (as described here). The documentation shows how to define text fields or radio buttons in theform
object, but no selects. -
Maybe you can use radios http://beta.quasar-framework.org/components/dialog.html#Radios
So you have something like a Dialog Select with radio buttons. -
Radio buttons are already supported. What I really need is a select field with search. Should I customize a modal so it fits my needs? Dialogs are so simple to use with this form property. I wish selects were supported out of the box, but I can probably figure something out with modals if this feature is not available yet (or not on the roadmap). @rstoenescu, any insight to share? Thanks again for the 0.14 by the way. In addition to the wealth of components, the documentation is one of the most comprehensive I have ever seen.
-
Hi, this will probably land in Quasar at some point. Thanks for the kind words!
-
Thanks a lot. My only option is modal with custom layout, right?
-
@lvaylet for now, yes.
-
Thanks, I am fine with it. I just wanted to make sure it was the best option.
-
+1 for select dropdown support on dialogs, this would be super useful.