Sebastian Andil
Sebastian Andil
@phryneas hust curious - what kind of unintended side effects are we talking about? Based on the docs, I'd (and I assume others as well) assume, that by "merging" the...
Just encountered this as well. It’s quite confusing, because it makes it seem like there’s something wrong with the user types, but after checking them manually, they are correct. I’ve...
https://github.com/pacocoursey/cmdk/releases/tag/v1.0.0 
Is this something that would be a good first issue if it makes sense? If so, I'd like to give it a shot
@LFDanLu In the meantime — is there an easy way to have checkbox be a part of each ListBox Item, so checking it toggles its item selection? I've tried consuming...
Yep I’ve noticed that, but I need to monkeypatch it somehow for the time being
Exactly, this is the main challenge. It's not even exposed in ListBox Item's renderProps 😕
@LFDanLu the reason is the same as the reason for this issue — I need to have sections, headers and separators, but GridList doesn't support those ATM
@oisinlavery interesting, thanks! It seems to mostly work based on a short testing. Autocomplete, however, does not work, and I guess it should behave the same way as in ListBox...
@yihuiliao are Separators supported as well? Don’t see them mentioned in the docs