Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
gb...@jeniusbank.com <gb...@jeniusbank.com> #2
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
ae...@google.com <ae...@google.com>
ap...@google.com <ap...@google.com> #3
I found an example
D/Autofill Status: Autofill popup isn't shown because autofill is not available.
Did you set up autofill?
1. Go to Settings > System > Languages&input > Advanced > Autofill Service
2. Pick a service
Did you add an account?
1. Go to Settings > System > Languages&input > Advanced
2. Click on the settings icon next to the Autofill Service
3. Add your account
Is this a bug on your side or do the app developers of these password managers need to change their implementation?
Description
In compose there are multiple accessibility roles:https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/SemanticsProperties.kt;l=554;drc=412c979a93d75d581b1d0a40212f8a012458b862
It seems like there is no role for "dropdown list" (such that when you focus on a dropdown button that opens a dropdown list, Talkback announces "dropdown list").
This used to be possible with old
View
s if you used theSpinner
view.