Fixed
Status Update
Comments
sg...@google.com <sg...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
pr...@google.com <pr...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Jetpack Compose version: 2024.04.01
Material Library Version (M2, M3 or Both?): M3 v1.2.1
Material Compose component used: androidx.compose.material3.DatePicker
Android Studio Build: Android Studio Jellyfish | 2023.3.1
Kotlin version: 1.9.23
Steps to Reproduce or Code Sample to Reproduce:
DatePicker
with a value in aDatePickerDialog
usingDisplayMode.Input
This makes it inconvenient to change the date as you first have to move the cursor to the end, extra inconvenient for talkback users.
Sample code: