Alina Andrieieva

Results 15 issues of Alina Andrieieva

**Describe the bug** When calendar is open and user unfocus the input by returning to previous focusable element with alt+tab, it should close. **To Reproduce** Steps to reproduce the behavior:...

Stale

**Describe the bug** When you select a date with keyboard, it is expected that the new date will be announced by screen reader, but nothing is announced. **To Reproduce** 1....

This fix is made to solve the reported issue "Accessibility error: ARIA hidden element must not contain focusable elements" https://github.com/react-component/dialog/issues/287

**Description:** The issue is that the div elements are focusable and have the attribute "aria-hidden="true" at the same time. ![image](https://user-images.githubusercontent.com/26119263/164415933-8221dfe0-0f54-4030-94fd-3d4e44a36214.png) ![image](https://user-images.githubusercontent.com/26119263/164416526-c47576fc-136e-446c-8807-6dd051b7720c.png) **Tools:** axe Devtools, Chrome **Proposed solution:** When the dialog...

Error when countryCallingCodeEditable={false} and initial value is undefined. The first country is selected by default in country select, but the code is not applied. When you try to type some...

### 🤔 This is a ... - [ ] New feature - [x] Bug fix - [ ] Site / documentation update - [ ] Demo update - [ ]...

codeball:needs-careful-review

### Reproduction link [https://ant.design/~demos/components-table-demo-head](https://ant.design/~demos/components-table-demo-head) ### Steps to reproduce Open the example and inspect the source code with dev tools. You will see the next code for table column sorter icons:...

unconfirmed

**Issue description:** While navigating with keyboard after selecting the menu item from the dropdown menu with pressing "Enter" the menu closes, but the focus is moved to the document (top...

The issue is described here: https://github.com/ant-design/ant-design/issues/47046 [[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [x] New feature - [ ] Bug fix - [ ] Site /...

After update from v1.14.2 to v1.14.3 I noticed that @rc-component/trigger doesn't work good with portals as previously. We use the react-select with portal inside the antd Table filter dropdown ([email protected])....