gravity-ui / uikit

https://gravity-ui.com
MIT License
555 stars 87 forks source link

Bug(Label): Close action is not accessible via keyboard #1481

Closed KalachevDev closed 5 months ago

KalachevDev commented 5 months ago

Here is the link to (a bit weird but anyways) reproduction - https://t.ly/ndw1x

Seems the problem is here: https://github.com/gravity-ui/uikit/blob/main/src/components/Label/Label.tsx#L136

KalachevDev commented 5 months ago

@KirillDyachkovskiy I found out you added that piece of code. What's the point of not handling keydown from action button?