[Combobox] - How to hide Combobox Popover when input is controlled BUT value is set from other controls
xeiaaa opened this issue · 0 comments
xeiaaa commented
❓Question
I have a combobox that has a controlled input with a value of name. However, i have some parts of my code that controls this name state as well. If i ran setName from another part of code (instead of comboboxInput onchange), the popover still opens. Do we have a way to disable that?