Combobox: open/static changes onSelect type #2420
Replies: 1 comment
-
The TypeScript error wasn't at all helpful, but the real issue is that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Combobox that stores some complex value as its type:
If I add
open
orstatic
to the<Combobox>
, then I get a TypeScript error:This is true even if I set
static multiple={false}
. In fact, if I do that, I get an additional TypeScript error onmultiple
itself:Is this a bug? Or am I not understanding some intentional part of how
static
works?Beta Was this translation helpful? Give feedback.
All reactions