Describe the bug
Non-breakable spaces in the value are trimmed.
To Reproduce
See the following example: https://stackblitz.com/edit/angular-jlzuvn
Expected behavior
The should not be trimmed.
any updates on this?
Hi @Sniipe
The issue was caused by one of the Editor dependency packages and the fix is already available in it. Reinstalling the @progress/kendo-angular-editor package and it's dependencies should fix the problem. Here is the updated version of the example.
Most helpful comment
Hi @Sniipe
The issue was caused by one of the Editor dependency packages and the fix is already available in it. Reinstalling the
@progress/kendo-angular-editorpackage and it's dependencies should fix the problem. Here is the updated version of the example.