React-select: Screen reader still reads tabbing instructions when `tabSelectsValue` prop is false

Created on 18 Jan 2019  路  6Comments  路  Source: JedWatson/react-select

React-select still reads the tabbing instruction ("press Tab to select the option and exit the menu") when tabSelectsValue is set to false.

Example with tabSelectsValue={false}
https://codesandbox.io/s/zxvkolx6wp

Solution:
Only include that part of the screen reader instructions if tabSelectsValue is true (default).

categoraccessibility issuhas-pr issureviewed

Most helpful comment

We're hoping to merge and release the attached PR that fixes this issue as part of 3.2. We don't have an ETA at the moment, but my guess is that it will happen sometime in the next month.

All 6 comments

@JedWatson : Any updates on this? It is difficult to use this prop as the narrator then misguides the users.

@jayaranigarg I made an attempt at fixing this issue in the above PR, hope it helps!

@jkjustjoshing : Great....thank you for the PR! Looking forward to see this PR merged.

Thanks @jkjustjoshing, we'll review it as soon as we can.

@bladey Any plans to merge this PR? We are looking forward for this fix.

We're hoping to merge and release the attached PR that fixes this issue as part of 3.2. We don't have an ETA at the moment, but my guess is that it will happen sometime in the next month.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mjuopperi picture mjuopperi  路  3Comments

MindRave picture MindRave  路  3Comments

juliensnz picture juliensnz  路  3Comments

mbonaci picture mbonaci  路  3Comments

coder-guy22296 picture coder-guy22296  路  3Comments