Skip to content

Option order is wrong with nested options #5132

@psxpa3

Description

@psxpa3

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions