Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
sg...@google.com <sg...@google.com> #2
This is a Compose M2 library bug.
The link above points to Material 3 FilterChip
docs, where this bug does not occur.
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit c85eea975677700f33a93fea7efacc9f53135975
Author: Shalom Gibly <sgibly@google.com>
Date: Tue Dec 06 14:12:15 2022
Fixes a Material 2 FilterChip enablement bug
Fix the M2 FilterChip, which did not pass the enabled state to its
underlying Surface.
Fixes: 261329817
Test: ChipTest
Relnote: "Fixed the enabled state at the Material 2 FilterChip
implementation."
Change-Id: Id326a2a1749936c585011497bf5bcb3d21a05f9e
M compose/material/material/src/androidAndroidTest/kotlin/androidx/compose/material/ChipTest.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/Chip.kt
https://android-review.googlesource.com/2330813
Branch: androidx-main
commit c85eea975677700f33a93fea7efacc9f53135975
Author: Shalom Gibly <sgibly@google.com>
Date: Tue Dec 06 14:12:15 2022
Fixes a Material 2 FilterChip enablement bug
Fix the M2 FilterChip, which did not pass the enabled state to its
underlying Surface.
Fixes: 261329817
Test: ChipTest
Relnote: "Fixed the enabled state at the Material 2 FilterChip
implementation."
Change-Id: Id326a2a1749936c585011497bf5bcb3d21a05f9e
M compose/material/material/src/androidAndroidTest/kotlin/androidx/compose/material/ChipTest.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/Chip.kt
na...@google.com <na...@google.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material:material:1.4.0-alpha04
Description
Jetpack Compose version: 2022.11.00,
Jetpack Compose component used: FilterChip
Android Studio Build: 2022.2.1 Canary 9
Kotlin version: 1.7.20
Steps to Reproduce or Code Sample to Reproduce:
"enabled: Boolean = true
controls the enabled state of this chip. When false, this component will not respond to user input, and it will appear visually disabled and disabled to accessibility services."
Stack trace (if applicable):