Hello everyone! Is there any possible way to remov...
# compose
d
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
I think, if you did that, it wouldn't be a material text field anymore, so you just can't do it with TextField.
You might have to pull out CoreTextField
t
Use BasicTextField instead
d
yea thank you for the recommendations, but the question was
Is there any option except making my own TextField based on BasicTextField ?
t
There’s no other options
😭 6