Dropdown recalculated for every char added/removed.
I need to focus out and in to see the autocomplete dropdown
Duplicate of #5884?
Autocomplete and Autocomplete on chips works on theyr site, it seems that it doesnt work just for me hehehe
Looks like they are using a newer version on the site? If I change your codePen to use the same JS file they use, it works.
codePen
Looking into this more, it looks like the changes in the commit ac5c80e330321ea04d87bdbe9b204d565ebf246c where the autocomplete was updated are not refelected in the files available in the CDN (https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.1/js/materialize.min.js).
We don't update the CDN until we release a new version. You are free to grab the compiled files from GitHub. But it does seem like this bug has been fixed but not yet released
Most helpful comment
Looks like they are using a newer version on the site? If I change your codePen to use the same JS file they use, it works.
codePen
Looking into this more, it looks like the changes in the commit ac5c80e330321ea04d87bdbe9b204d565ebf246c where the autocomplete was updated are not refelected in the files available in the CDN (https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.1/js/materialize.min.js).