After updating to Materialize 1.0.0, I noticed that the thumb is not showing on the HTML5 range input.
Interestingly, when using Materialize 0.100.2 or 0.97.3, the thumb is displayed correctly.
Unfortunately, I can't revert back to the older versions (0.100.2 and 0.97.3) because other parts of my code rely on the updated M instance, which is not supported in the older versions (M.Tab... M.xxx...).
It's crucial to address the thumb issue in Materialize 1.0.0, but how can we fix it?