Replies: 1 comment
-
I needed to manually close the combobox because I had an item in there that wasn't part of the options, but a link at the bottom. Initially I had the link placed inside I moved it outside (while controlling its display with an external wrapper + the I didn't want to rely on a
I'm not a fan of carrying patches around in projects because it keeps me from confidently updating dependencies, but if you really need this, it can do the job until an official solution comes up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Just as simple as described in the title, maybe via a
ref
or something.It's a little bit frustrating currently to achieve it
hidden
orinvisible
), it will result in clicking on options does nothing (value does not change)click()
on theCombox.Button
inonFocus
, the dropdown will still remain open after I clicked an option by mouseIn conclusion one way always leads to some other issues, so I'm afraid I have to raise a feature request here to get the official support
Beta Was this translation helpful? Give feedback.
All reactions