Patrick Martin

Results 4 issues of Patrick Martin

It seems as though the onKeyDown handler get registered to the "owner" which is the first parent of the chosen panzoom element. I have a use case where I want...

Apologies if this is written down in the docs, I did not manage to find it! Currently, if I add something like the code below, the individual dropdowns are unaware...

menu-dropdown
stale

Does this library support `firebase/php-jwt` version 6? `composer.json` requires `"firebase/php-jwt":">=5.0.0"` but it seems the upgrade to version 6 has [quite a few breaking changes](https://github.com/firebase/php-jwt/releases/tag/v6.0.0): ![Screenshot 2023-02-20 at 13 00 57](https://user-images.githubusercontent.com/12063278/220100778-74d26894-8404-44ad-ad8f-3d19d9e1b9f3.png)...

enhancement

This runs `elasticsearch/elasticsearch` 7.x CI against PHP 8.3. `composer.json` allows PHP 8.3 (`"php": "^7.3 || ^8.0",`) but the tests are not currently being executed against 8.3. Please let me know...