Rihards
05/17/2023, 9:25 AMczuckie
05/17/2023, 10:29 AMOutlinedTextField
or BasicTextField
(I think).
You could pop your dropdown and your non-material textfield into a Row
and you'll be there I thinkStylianos Gakis
05/17/2023, 1:21 PMleadingIcon
slot to put some composable before your text will be rendered. It should be the place to try to start with, and if it won’t fit your requirements regarding paddings around it and so on (it most likely won’t), just copy the TextField code from material library, and do the same thing as they do, which is wrap the BasicTextField but put your own stuff on top of it.Rihards
05/17/2023, 2:23 PM