Liv Flowers

Results 6 comments of 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.