chrisdavies / tiny-date-picker

A small, modern, dependency-free date picker
https://chrisdavies.github.io/tiny-date-picker/
415 stars 87 forks source link

e.target.focus(); // IE hack dosn't work properly #72

Closed siftmash closed 6 years ago

siftmash commented 6 years ago

e.target.focus(); // IE hack I don't have focus on ie and firefox in webcomponents when I comment this event works fine // e.target.focus(); // IE hack

chrisdavies commented 6 years ago

Yeah. This has only been tested with actual input controls, each of which does have a focus method. Should be fixed in the latest version.