tinymce / tinymce-blazor

Blazor integration
MIT License
45 stars 13 forks source link

Value binding is not working if tinymce is self-hosted #50

Closed hinterfa851 closed 2 years ago

hinterfa851 commented 2 years ago

After installing tinymce via nuget everything works like a charm. If to download the package and use tinymce.min.js manually, form will successfully load, but there is no way to make value binding work, so data in form can't be reached. I suppose the documentation about using tinymce as self-hosted package could be a bit old.

exalate-issue-sync[bot] commented 2 years ago

Ref: INT-2973

hinterfa851 commented 2 years ago

Looks like I need to find some answers in another thread