JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › General Discussions › Smart.Editor › Reply To: Smart.Editor
July 18, 2023 at 1:58 pm
#107494
Catdoken
Participant
Hi Ivan,
Thanks for the response.
For keydown I did try stopping the event and instead sending a new one that was Shift+Enter via dispatchEvent, but that did not work. I got a response from the editor (onChanging) but with no actual change to the text when looking at oldValue/newValue. I did not try your implementation of creating the text node manually. I’ll give that a shot.
Thanks!