How can I put image inside the TextFiled in compos...
# compose
j
How can I put image inside the TextFiled in compose? Like shown in video
j
trailingIcon
j
that’s mostly for having icons, no? can we place image also?
j
trailingIcon can contain any composable
I am not sure if there are. limitations though when it comes to size.
j
cool lemme check…
👌 1
s
If it is deletable by keyboard afaik there is not Text Field doesn't have inlime composabled yet and i don't think inlime composable will be able to fo that (Text has inline composable) Otherwise it looks like a TextField looking layout but the image and TF is actually in a Column
j
okay but I’m not able to understand how it must have built. Image is dragable, focusable (clicking on it draws outline around it), it can be put between any two lines in edittext. how can we achieve it using compose @Siyamed
s
I think we can't, if the intention is to have a docs like interface i dont know a way of doing it
🙌 1
cc @Ale Stamato
👌 1
j
alright then