Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to customize the accessible attribute of TouchableWithoutFeedback in MultiSelectComponent -> _renderModal? #292

Open
renjieguo927 opened this issue Aug 20, 2024 · 1 comment

Comments

@renjieguo927
Copy link

Description:

When using the MultiSelectComponent, we noticed that it is wrapped inside a TouchableWithoutFeedback component. By default, the accessible attribute of the TouchableWithoutFeedback component is set to true, which prevents access to its internal elements on iOS through XCUITest. This makes it impossible for us to locate the internal elements during automated testing. Could we customize the accessible attribute on the TouchableWithoutFeedback component? Setting the accessible attribute to false would resolve this issue for us.

Code path​:

react-native-element-dropdown -> src -> components -> MultiSelect -> index.tsx -> MultiSelectComponent -> _renderModal -> TouchableWithoutFeedback

@WANG-Lisa
Copy link

Any update about this issue? @hoaphantn7604 @myou11

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

No branches or pull requests

2 participants