Skip to content
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

If the form contains a select field, we would have to initialize it with the following code #2

Open
pulkitpahwa opened this issue Jul 11, 2016 · 0 comments

Comments

@pulkitpahwa
Copy link
Contributor

If the form contains a select field, we need to initialize it with the following code :

$(document).ready(function() { $('select').material_select(); });

In doing this, We'll also have to make sure that this is added only once even if there are multiple select fields in the form.

I will be working on it as soon as I get time, but for the time being I am just adding it manually in my project.

If you have time, you too can add this.

@pulkitpahwa pulkitpahwa changed the title If the form contains a select field, we need to initialize it with the following code If the form contains a select field, we would have to initialize it with the following code Jul 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant