Hello! I have multiple text fields that I'm using ...
# compose
e
Hello! I have multiple text fields that I'm using to create a login screen, and I want them to show errors when something goes wrong. I like how they're arranged here in the first screenshot. Then I added errors, including adding a
supportingText
that only appears when there is an error. Unfortunately that causes compose to automatically allocate a minimum amount of space for the supporting text, even if none is present, as seen in the second screenshot. Is there a way I can fix /workaround this behavior, or better yet, is there a standard way I should be showing these errors differently?