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
Hi, im trying to use this with react and react router. It is working fine when I reload the page. However when I enter to a page through an inside page link it stops working. I read that adding this:
getmdlSelect.init('select');
Might help with it. However the getmdlSelect function is not defined. I imported the js and the css.
The text was updated successfully, but these errors were encountered:
Hi @acollazomayer, I just had the same issue (dynamic init, but not with react). If my assumption is correct, your css selector should refer to the the container div of the whole select sytem.
Hi, im trying to use this with react and react router. It is working fine when I reload the page. However when I enter to a page through an inside page link it stops working. I read that adding this:
getmdlSelect.init('select');
Might help with it. However the getmdlSelect function is not defined. I imported the js and the css.
The text was updated successfully, but these errors were encountered: