How can I pass `spanned` text to compose `Text` ap...
# compose
a
How can I pass
spanned
text to compose
Text
api ?
l
we have an overload for
Text(AnnotatedString)
. I think you will need to convert to this first
z
Are there any plans for
TextField
to support `AnnotatedString`s?
l
@Siyamed is the right person to ask for this
s
We did not implement ispanned to annotated conversion . We want to provide a way to convert between those two but don't have a solution or impementation yet.
TextField will support multi styled text, however it has lower priority for us compared to links, inline images etc.
👍 1
Right now you can style the text as a whole in TextField but cannot do multi styled text.
z
Yea i would expect this would be pretty far down the backlog, glad to know you’re thinking about it though
👍 1