DavidAlvarezDev
DavidAlvarezDev
`onChange(of:perform)` not being called for bound `NSAttributedString` when the editor is typed into
Not sure if this helps, but it looks like the onChange modifier is called before the bound text is updated. I found this out by troubleshooting an issue I had...
Yes Daniel, thank you very much! I think I have noticed a pattern in issues I am having. Even though the context is updated, the AttributedString is not changed until...
Maybe this will give you a little head start 👍 It's what I'm using in my project right now to insert an autogenerated link. ``` func insertLinkToBibleVerse() { let bibleBookFormatted...
I have this issue in my app