You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TokenCompleteTextView - tokens are not accessible in Talkback. It says ",," [comma comma] when it should say the selected tokens. Also, individual tokens are not focused (for accessibility).
You may want to use ExploreByTouchHelper for adding the support.
The text was updated successfully, but these errors were encountered:
+1 for this. We're trying to add our own ExploreByTouch helper, but without access to the private view in TokenImageSpan this is proving to be quite challenging.
I'm not sure the view in the TokenImageSpan will continue to exist in future versions (it may be replaced with a Drawable), so I'd like to explore options that are not dependent on that.
TokenCompleteTextView - tokens are not accessible in Talkback. It says ",," [comma comma] when it should say the selected tokens. Also, individual tokens are not focused (for accessibility).
You may want to use ExploreByTouchHelper for adding the support.
The text was updated successfully, but these errors were encountered: