-
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
select input doesn’t work properly with ember-cli #446
Comments
How are you initializing the plugin? |
Please take a look at this gist. As you can see, I have a route called contactform which handles the final submission or cancelation. |
Filed this issue in the Ember-CLI-Materialize Repo, too. |
I think this is the same bug like #466 . |
Cool! Thank you! |
@PDXIII just curious, are you still having this issue with the current master? |
Haven’t tried it for quiet a while. But will let you know, when I updated my project. |
Hello!
I don’t know why but it is somehow broken. When I submit a form with an select element, it always returns the default selection and if I add the
browser-default
class it converts it to the material select anyway.When I disable the javascript-foo and change the css manually to the default, it works alright!
Maybe you can fix this, because I would like to use it so badly ;-)
System-Info:
OSX 10.9.5
Ember: 1.9.1
Ember Data: 1.0.0-beta.14.1
Handlebars: 2.0.0
jQuery: 2.1.3
Materialize: 0.93.1
The text was updated successfully, but these errors were encountered: