Jordan Ell
Jordan Ell
Just to add to this, I am on MacOS High Sierra `10.13.6` and using Firefox `69.0.3` and am experiencing this same issue. The calendar picker opens up fine, but when...
Quick update, it seems the issue is the fact that the `focusin` event is being used instead of `focus`. From the MDN web docs: > The main difference between this...
I know it's not the best practice, but my work around I current have is having all my forest controllers inherit from a base controller, and then in that base...