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
I have a minor conflict between Materialize and JQuery.UI over the .autocomplete method, and the described 'solution' is to use the Materialize 'M' backup method -- M.autocomplete(element, data).
In a more Javascript centric environment such as React, the solution would be import M from 'materialize' and then use the M. How do I get the M object with this gem?
The text was updated successfully, but these errors were encountered:
I have a minor conflict between Materialize and JQuery.UI over the .autocomplete method, and the described 'solution' is to use the Materialize 'M' backup method --
M.autocomplete(element, data)
.In a more Javascript centric environment such as React, the solution would be
import M from 'materialize'
and then use the M. How do I get the M object with this gem?The text was updated successfully, but these errors were encountered: