Hello,
I have this code snippet
<RichSelect onChange={onInputChange} options={[ { label: "foo", value: "foo" }, { label: "i am disabled", value: "who care", disabled: true }, { label: "bar", value: 2 }, { label: "Primary Colors", options: [ { label: "Yellow", value: "yellow" }, { label: "Red", value: "red" }, { label: "Blue", value: "blue" } ] } ]} />.
The mac voice over is giving wrong output for "Yellow" option as """Yellow focused, 0 of 4""". I don't see problem when there is not nested optiosn in rich-select. I tried with 4.3.1 still it is giving wrong order. Any pointers?
Hello,
I have this code snippet
<RichSelect onChange={onInputChange} options={[ { label: "foo", value: "foo" }, { label: "i am disabled", value: "who care", disabled: true }, { label: "bar", value: 2 }, { label: "Primary Colors", options: [ { label: "Yellow", value: "yellow" }, { label: "Red", value: "red" }, { label: "Blue", value: "blue" } ] } ]} />.The mac voice over is giving wrong output for "Yellow" option as """Yellow focused, 0 of 4""". I don't see problem when there is not nested optiosn in rich-select. I tried with 4.3.1 still it is giving wrong order. Any pointers?