Fixed
Status Update
Comments
lp...@google.com <lp...@google.com>
ap...@google.com <ap...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
Author: aplachykau <
Link:
Fix DateInput text not updating on external date change.
Expand for full commit details
Fix DateInput text not updating on external date change.
Bug: 401143451
Test: run DateInputTest
Relnote: "Updated DateInputTextField implementation to address an issue where the input field did not reflect programmatically set date"
Change-Id: I6c8d1488c71391474c7cbc78629f0e88723d7528
Files:
- M
compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/DateInputTest.kt
- M
compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/DateInput.kt
Hash: 59e110f67d9005538d25872a851b4153d9cd54db
Date: Fri Mar 14 18:22:45 2025
Description
Jetpack Compose version: 2025.02.00 Jetpack Compose component used: DatePicker Android Studio Build: Android Studio Ladybug Feature Drop | 2024.2.2 Patch 2 Kotlin version: 2.0.21
Steps to Reproduce or Code Sample to Reproduce:
Actual result: The title is updated, the text input field is not.