Skip to content

Conversation

@TaduJR
Copy link

@TaduJR TaduJR commented Jan 22, 2026

Fixes Expensify/App#77542

Demo:

Screen_Recording_20260122_065943_New.Expensify.Dev.mp4

@inimaga
Copy link

inimaga commented Jan 26, 2026

@TaduJR Please merge main into your branch to fix the GitHub validation errors?

}
};

const accessibilityLabel = selectedItem.inputLabel || selectedItem.label;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's just pass whatever accessibilityLabel we pass to RNPickerSelect manually

    <RNPickerSelect
      pickerProps={{
        accessibilityLabel: selectedItem.title,
      }}
    >

accessibilityLabel={accessibilityLabel}
accessibilityState={{ disabled }}
onAccessibilityAction={handleAccessibilityAction}
accessibilityActions={[{ name: 'activate' }]}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add support for 'escape' action too?

@inimaga
Copy link

inimaga commented Jan 29, 2026

@TaduJR Please can we get some movement on this.

@TaduJR
Copy link
Author

TaduJR commented Jan 29, 2026

Hey @inimaga

Very sorry for the delay 🙏

I was having some deploy blockers recently. Will surely handle it tomorrow.

Thanks for the bump!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[$75] Screen Reader: Sign in: The language dropdown is announced as disabled and cannot be activated

3 participants