Hello everyone!
Is there any possible way to remove TextField inner paddings?
The problem is with small height value: when I set height to 32.dp, there is no visible text in TextField.
Is there any option except making my own TextField based on BasicTextField ?
some pics displaying problem: I just comment Modifier.height(32.dp) and everything is fine... except height.
d
Dominaezzz
08/23/2021, 7:42 AM
I think, if you did that, it wouldn't be a material text field anymore, so you just can't do it with TextField.
Dominaezzz
08/23/2021, 7:42 AM
You might have to pull out CoreTextField
t
Tin Tran
08/23/2021, 7:47 AM
Use BasicTextField instead
d
Dmitrii Smirnov
08/23/2021, 7:50 AM
yea thank you for the recommendations, but the question was
Is there any option except making my own TextField based on BasicTextField ?