kcahir
kcahir
This is sensible temporary fix, can be applied where updating materialize / pickadate version isn't possible, and keeps the quick UI response when elements are focused. The original UI event...
Maybe something closer to this https://codepen.io/anon/pen/QPjbWj?editors=1011 where it says `// common ancestor`
Same issue is being discussed in the materializecss repo and also pickadate repo https://github.com/Dogfalo/materialize/issues/6322 A potential temporary workaround is something like the following: `document.querySelectorAll('body').forEach(t => t.addEventListener('click', (e) => { if...