-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v-select does not work as expected when used as Child Component with VuetifyTemplate #149
Comments
I produced the same error ... |
I'll be more explicit. I defined a template vue based ont the following file:
I created the following template class.
I'd like to incorporate it in a basic form, but I got inspired from the @gioxc88 method. In fact, incorporating a widget trait is not perfect as I should need to create the slider before incorporating it to the form. That's correct for a simple form, but that's not for a complex application. I then tried the 3rd point solution from @gioxc88 and produced something like this
but when I use it in this example
This does not display the slider. (by the way, is there a log or a debug mode specific to vuetify? This would help to know why something does not display) |
I am not sure the problem is related only to
v-select
but it might be more general.Below an example:
Select
component (WORKS)Main
component using theSelect
class directly (DOESN'T WORK as expected)Clicking on the arrow to show the menu items is not working.
template
instead of using theSelect
class (WORKS)ipyvue
about the events emitted by theChild
not been sent to theParent
Any help on this would be appreciated.
Many thanks
Gio
The text was updated successfully, but these errors were encountered: