After the latest Chrome Update 73, the date pickers, time pickers and dropdowns for Materialize CSS 0.100.2 isn\'t working anymore, it flickers when you click on it and then dis
I found a fix for this in chrome, you just have to use this
Example: $("#dtFrom").off("focus") if the page is slow you will need to put inside setTimeout and that´s all