Pete Kasson
Results
31
issues of
Pete Kasson
When the text (@State) is updated, the component does not show it: @State var text = NSAttributedString(string: "Type text here...") RichTextEditor(text: $text, context: context) .focusedValue(\.richTextContext, context) .focused($isFocused) The initial text...
adjustment