nextui-org / nextui

🚀 Beautiful, fast and modern React UI library.
https://nextui.org
MIT License
22.19k stars 1.56k forks source link

[BUG] - Can't close Autocomplete menu #4152

Open josegutierro opened 1 week ago

josegutierro commented 1 week ago

NextUI Version

2.4.8

Describe the bug

Is not possible to manage the open status of the menu on Autocomplete component. The component is not exposing the prop isOpen as do other components like Select or Dropdown. Also the prop isOpen of listBoxProps and popoverProps are not working.

Your Example Website or App

No response

Steps to Reproduce the Bug or Issue

  1. Create an Autocomplete component
  2. Try to manage the open status of the menu programatically

Expected behavior

As I user I expected manage the open status of the menu of Autocomplete component as I do with other components like Select or Dropdown, but I'm seeing the this component has no prop isOpen

Screenshots or Videos

No response

Operating System Version

MacOS

Browser

Chrome

linear[bot] commented 1 week ago

ENG-1620 [BUG] - Can't close Autocomplete menu