When I use a default `TextField` inside of a `Mate...
# compose
m
When I use a default
TextField
inside of a
MaterialTheme
and type a tab charter (
\t
) into it, it looks like a space. This is happening for both Android and Desktop. How can I make tab characters have a normal amount of whitespace (a width of about 4 spaces)? Also, if I copy and paste the text to a text editor I can confirm that the character being typed is in fact a tab (
\t
). So the correct text is there, but it is just displaying weird.