peconomou929
peconomou929
### Describe the bug HTML Input elements have an attribute called ["checked" ](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#checked) which appears in the markup, but also a boolean property called ["checked"](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement) which is accessible via JavaScript...
### Describe the bug If one of the menus in a megamenu is expanded while the megamenu undergoes a re-render, then 1. internally, the state is still expanded, but 2....
### Describe the bug Consider the code below. The important thing is that 1. we have an element with a _fixed_ position (i.e. CSS `position: fixed;`), and 2. this contains...
### Describe the bug Imagine somebody would like to have two megamenu components (say A and B) on the same webpage. Each megamenu has its own submenus (say A1, A2,...
### Describe the bug There is a general bug which affects all overlay components (i.e. those which `useOverlayListener`), when used inside a Shadow DOM. # Stackblitz I will describe the...