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

ContentDescription is override after setting it in OnValueChangeListener.onValueChange #151

Closed
svarogSLASHc opened this issue Sep 12, 2019 · 1 comment

Comments

@svarogSLASHc
Copy link

Steps to reproduce:

  1. set OnValueChangeListener
  2. in onValueChange() setContentDescription with desired text
  3. internal updateAccessibilityDescription() method is called after onValueChange() and rewrite the field

it is imposible to turn off internal setting this value

@ShawnLin013
Copy link
Owner

Supported at v2.4.9.

numberPicker.setAccessibilityDescriptionEnabled(false);
or
app: np_accessibilityDescriptionEnabled="false

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