Andrew Zakharov
Andrew Zakharov
For some reason when click on the button's edges it doesn't dispatch onClick although click animation is being played https://github.com/mondaycom/monday-ui-react-core/assets/108681710/4f7c18ca-2090-4eed-8ddb-2528bd0a9668
### Vibe version 2.102.0 ### Describe the bug Menu height of virtualized `Dropdown` is slightly greater than non-virtualized one. That results in extra bottom padding ("No options" text is no...
### Vibe version 3.42.0 ### Describe the bug Dropdown expects to have a ref of type `HTMLElement` [here](https://github.com/mondaycom/vibe/blob/master/packages/core/src/components/Dropdown/Dropdown.tsx#L44), but the real value of it is internal react-select `StateManager` ### Expected...