David Kroek
Results
2
issues of
David Kroek
openMenu only fires the focus event. However React 17+ relies on focusIn event to fire onFocus handlers. This also causes poor interoperability with userEvent based tests, as clicking elsewhere will...
### Description The strictParsing prop was being ignored when combined with the displayTimeZone prop. [moment-timezone supports strict parsing](https://github.com/moment/momentjs.com/commit/9b1dd27c3fd92ae5af9f6e639dc32b110dc5edb6) so we should pass it in ### Motivation and Context bugfix ###...