Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 469 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 469 Bytes

Listbox bug with aria-describedby repro

Repo to reproduce a bug with aria-describedby and Listbox from headlessui

Usage

  • Run npm i
  • Run npm run dev

Inspect the DOM. You'll see that the aria-describedby attribute assigned to the Listbox component is assigned to the div parent element but I believe it should be assigned to the input[type="hidden"] when a name is passed to Listbox.