Rémi Bardon
Rémi Bardon
This is nice 🙂 https://user-images.githubusercontent.com/37386490/181022933-f0fedc22-365a-4613-9df3-8ae3ea270622.mov No more height computation, no more manual clipping, no more background color…
I'll just add an initializer which takes sectionned content but a single selection, I need it for #78.
I just tested with the attached window, and it works (using `.fixedSize(horizontal: true, vertical: false)` for rows and header. I did not enforce this in my `CustomList` implementation, should I?...
> https://github.com/smic/SuggestionsDemo seems to handle it well. No it does not. I changed a few things to use `controlActiveState`, and it has the same problem. The text field is first...
The magic of SwiftUI: I just added `.environment(\.controlActiveState, .active)` to the attached window, and it works 🥳 @nesium Should I add this modifier on `AttachedWindow` itself or are there cases...
I was about to submit an issue for this… guess I'm stuck like you 😕 Has anyone found a solution/workaround?
It doesn't look good… I found https://github.com/rust-lang/rust-analyzer/issues/13360 which mentions no solution…
Thank you for your answers. However I'm not sure I understand how it would look like in your last proposed solution. Could you give a simple example?
I should have noted the ones I couldn't find via search too, will do.
Also we're missing 🥳 which is unfortunate (let us celebrate!) Edit: I will use this message to list my findings. | Search term | Expected result | Comment | |...