tailwindlabs / headlessui

Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
https://headlessui.com
MIT License
25.81k stars 1.07k forks source link

[DOCS]: Add information about the `immediate` property on Combobox #3134

Closed Riley19280 closed 5 months ago

Riley19280 commented 5 months ago

The Combobox component accepts an immediate property to display the options as soon as it is focused, however this is not mentioned in the docs. I am running an alpha build of Headless UI with the Catalyst components, so it may just be that its a newer feature. Happy to PR the docs update as well, but i'm not seeing where those are hosted.

RobinMalfait commented 5 months ago

Hey!

The immediate prop is currently not released in a stable release yet, and we also don't have documentation for alpha releases (because a lot can change in the meantime).

Once we release Headless UI v2 we will publish the new docs accordingly 👍

Riley19280 commented 5 months ago

Awesome thank you!