Fixed
Status Update
Comments
sg...@google.com <sg...@google.com> #2
na...@google.com <na...@google.com> #4
The release notes documentation has been edited to clarify this change in behavior for line height.
To support non-standard text sizes, we encourage users to follow the Material design system and use a different style = LocalTextStyle.current.copy(lineHeight = TextUnit.Unspecified)
, or create a custom Typography
entirely.
pr...@google.com <pr...@google.com> #5
deleted
Description
Jetpack Compose version: BoM 2023.06.01, Material3 1.2.0-alpha03
Jetpack Compose component used: Material3
Steps to Reproduce or Code Sample to Reproduce:
where
startDate
(Long
) andendDate
(Long
) are a part of state and can change when date picker is open.startDate
andendDate
change their values in the background (in my case it's ViewModel that reloads the data and the new state is emitted) so that the new instance ofdateValidator
is created.This also happens for compose-material3 1.2.0-alpha03 and
SelectableDates
interface: