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
I then change the text on the UI in mde from "aaa" to "bbb" and use that afterwards:
dialog.addDialogCloseActionListener(closeEvent -> {
post.setPostText(mde.getContent()); //here for some reason i am getting "aaa" instead of "bbb"!
postService.save(post);
});
Expected behavior
i expect to get "bbb"
Minimal reproducible example
No response
Add-on Version
1.0.0
Vaadin Version
24.5.0
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I have this:
<vaadin.version>24.5.0</vaadin.version>
and this from https://vaadin.com/directory/component/markdown-editor-add-on
And I use this:
I then change the text on the UI in mde from "aaa" to "bbb" and use that afterwards:
Expected behavior
i expect to get "bbb"
Minimal reproducible example
No response
Add-on Version
1.0.0
Vaadin Version
24.5.0
Additional information
No response
The text was updated successfully, but these errors were encountered: