GrigorM

Results 7 issues of GrigorM

The tooltip is shown on hover, but remains active on focus too. So when clicking a button with tooltip, the tooltip will remain active until i click somewhere else. I...

As it stand right now, the listbox is added to the DOM after the user interacts with the Select component. This is a problem because it will throw an error...

Currently only the active item and the adjacent ones are rendered inside [role="listbox"]. This is problematic for screen readers, because they will announce an item as "Option 2 of 3"...

### What problem does this feature solve? There are a few problems with accessibility of the Select component. 1. the option list `[role="listbox"]` is added in the DOM after user...

improvement

### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/antd-reproduction-template-forked-fn2vbq) ### Steps to reproduce 1. Open any modal dialog, either the basic one or the ones created with Modal.method() 2. Open the browser console...

help wanted
⌨️ Accessibility

# Description When navigating the select component with keyboard + screen reader (i am using Screen Reader extension in Chrome, but issue is similar with all screen readers), the current...

# Description As it stand right now, the listbox is added to the DOM after the user interacts with the Select component. This is a problem because it will throw...