select icon indicating copy to clipboard operation
select copied to clipboard

fix: use optional 'forceRender' prop to pre-render the listbox

Open GrigorM opened this issue 3 years ago • 1 comments

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 when running accessibility tests. To fix this, allow 'forceRender' prop to be passed to SelectTrigger in order for it to render the listbox before any user interaction

GrigorM avatar Aug 01 '22 14:08 GrigorM

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
select ✅ Ready (Inspect) Visit Preview Sep 1, 2022 at 4:42PM (UTC)

vercel[bot] avatar Aug 01 '22 14:08 vercel[bot]