Liv Flowers
Liv Flowers
Just following up to add an example that makes it even more obvious that the argument gets ignored: ``` *args() { return Flag.continue('some-other-command', false, 'bananas'); } ``` no matter what,...
Through some testing, I found that if I remove the `role="combobox"` from the outer element (added by `getComboboxProps()`) then VoiceOver can interact with the element again. However, it no longer...
I see the same behaviour with those examples. I guess this might be a bug with VoiceOver or Safari.
Hmm so in the 1.2 version interacting with the text field still does nothing, but if I activate the dropdown using the button next to the field, it works as...
As I said I think it's a VO/Safari issue because it works fine in other browsers. It might be worth calling out in the downshift documentation until it gets fixed.
The types in 3.5.1 are disallowing passing a number as the `padding` option in `map.fitBounds()`: ```ts map.fitBounds(bounds, { maxZoom: 12, padding: 80, // ~~~~~~~ // Type 'number' is not assignable...
If you use "Group By" in addition to "Sort By" in the details view, you can get similar functionality:  From the `...` menu choose `Group By > Last Played`....