I want to have a non-editable TextField with one line of text that gets the beginning truncated so that you only see the end. The Truncate Head option seems like it only has an effect when editing.
I am using an AttributedString to set the value of the TextField with. I suspect that there may be an attribute of an AttributedString to set this but I can't find it.
I also want the field to be left alligned when the text fits within.
I am using an AttributedString to set the value of the TextField with. I suspect that there may be an attribute of an AttributedString to set this but I can't find it.
I also want the field to be left alligned when the text fits within.