You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
I am working in SwiftUI, and implementing
RichEditorView
in Chat Module, where user can send message and edit message.I'm facing issue in both part
1 - When I send message my inout filed is not getting empty, means editor is not reloaded.
2 - Whe
n I edit data is not repopulated in the field it's again reloaded issue.
Even $text is receiving the updated html content, as send button getting enable but data is not populating.
Could some body please help how to reload the editor post sending message to make it empty of editing to make it repopulated.
I have used editor view like this.
The text was updated successfully, but these errors were encountered: