Does Compose support copy/paste annotated string, ...
# compose
m
Does Compose support copy/paste annotated string, I tried to copy an annotated string using the clipboard manager provided by CMP and pasting it again and I only get a simple text.
z
TextField doesn’t support styled text at all right now
m
The question in mainly about the clipboard manager, when I set an annotated string containing some span styles to the clipboard manager and try to get that annotated string from the clipboard manager I get an annotated string containing the correct text but without styles. Note: clipboard manager only accepts and returns an annotated string
z
I think that’s a bug, it looks like there’s code to preserve span styles. Please file