-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Retrieve isChecked attribute with getAttributes() method #3165
Comments
@sergtimosh please revisit our documentation about getAttributes. I think props such as |
@d4vidi, unfortunately |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! For more information on bots in this reporsitory, read this discussion. |
The issue has been closed for inactivity. |
Bump, this would be really helpful |
@asafkorem could you look what extras could be exposed on iOS side, please? |
Already did @noomorph, in the corresponding issue for iOS attributes 🙂 |
Legit. Let's try to leave the discussion on extra attributes to #3116. I'll take a glance at the fix-potential for Android for this specifically, in a bit. |
So while we do consider the BTW, seems like there are a ton of other classes that do this, so it would be a good idea to also skim through in order to make sure all associated views are also relevant: So to sum things up, in order to fix this, we need to:
|
Is your feature request related to a problem? Please describe.
This particular case is Android specific.
In my tests I rely on such attributes like 'is-checked' for toggle value, another attributes are used for button state - enabled/disabled which currently ommited in the returning object of getAttributes() method. The only way to retrieve this values is parsing error object like it's being described here
Describe the solution you'd like
Yield more attribute-value pairs from the element to extend potential checks.
The text was updated successfully, but these errors were encountered: