Vishnuvardhan S
Vishnuvardhan S
**Is your feature request related to a problem? Please describe.** I have a use-case where I need to know if `Select` is open or not. **Describe the solution you'd like**...
**Describe the bug** I am trying to bind a key combination like "k > k". **Example code** ```js keyboardjs.bind("k > k", () => { console.log("k was pressed and then again...
### Describe the bug The types for `close()` method for the Popover is currently ``` // node_modules/@ui5/webcomponents-react/dist/webComponents/Popover/index.d.ts close: () => void; ``` But when I debug, I can see it...