Hi team
I am looking forward to implement lower case button to convert selected text from upper case to lower case, after the text has been converted, the selected text should be on selection as shown below
syncfusion provides a default method for lower case called .toLowerCase but it was not working properly as per my requirement as mentioned above
I have tried it in a customized way as shown below
it works fine but it removes existing format
for example :-
if the text is with bold and if I try to convert it to lower case, It converts to lower case but removes bold
can you please help me on fixing this
thank you