You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: