Fixed
Status Update
Comments
tc...@google.com <tc...@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?
ap...@google.com <ap...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Following recent changes to other components (such as
SwitchColors
andButtonElevation
) we use type safe interfaces to represent parameters that change in different states.Currently the color parameters on
TextField
are misleading, as they are modified a lot and used in different places, making it hard to customize parts of the text field, such as having a different error color for the cursor and label. Additionally, emphasis is applied internally meaning that there is no way to opt out / change the alpha applied to certain parts of the text field.We could allow for easier customization and make the API surface more clear with something like:
Happy to help discuss this, but I think the first step is figuring out what all the combination of colors that are used in different states / places in the
TextField
are.