-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
How does dropdown work in Meteor? #1511
Comments
I can't seem to reproduce your error. I just copy pasted your code in a materialize meteor project and it works fine. Any more info on this? |
Thanks - I'll create a fresh app and try to recreate it. May take me a little time... |
Yes, works perfectly on a new project. I'll start adding packages to see if any are interfering. |
I apologise - having gone through everything it is working with apparently no changes - although the z-index is not currently correct - I am using it within collection-items and it is covered by the collection container. I think this problem, which may not be the original problem (!) is a duplicate of this Closing this one as some inexplicable user error... |
I've tried adding a drop down to a template using the example in the materialize documentation.
The drop down does not drop down.
I've tried adding initialisation code to the template' s on rendered function:
But that doesn't help.
What am I doing wrong or rather what should I be doing?
The button renders and click handlers will trigger...
The text was updated successfully, but these errors were encountered: