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 my app (using Meteor), users can change current language. Thanks to Meteor templating engine, the select options update accordingly. But not the materialize dropdown which has already been created.
I need either a function to destroy the materialize_select behaviour (and remove dropdown) or a function to force it to recreate the dropdown.
Thanks !
The text was updated successfully, but these errors were encountered:
Use case: localization
In my app (using Meteor), users can change current language. Thanks to Meteor templating engine, the select options update accordingly. But not the materialize dropdown which has already been created.
I need either a function to destroy the materialize_select behaviour (and remove dropdown) or a function to force it to recreate the dropdown.
Thanks !
The text was updated successfully, but these errors were encountered: