Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 fix issue causing rte to remain uninitialized #42

Merged

Conversation

igotinfected
Copy link
Member

Introduced a new .NET invokable method for the JS script to call once it is done initializing an editor, this removes the dependency on actual content being provided on initialization of the rich text editor.

Fixes: #41

Introduced a new .NET invokable method for the JS script to call once it
is done initializing an editor, this removes the dependency on actual
content being provided on initialization of the rich text editor.

Fixes: #41
@igotinfected igotinfected merged commit 842a0db into main Jan 8, 2024
4 checks passed
@igotinfected igotinfected deleted the fix/binding-issue-when-passing-null-as-first-value branch January 8, 2024 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When passing null or an empty string to RichTextEditor, the component thinks it is not initialized
1 participant