Description
Typing 12345 into a HTML Editor inside a form and submitting the form, only posts 1234 back to the server, the 5 isn't submitted.
- ignite-ui version: 25.1.2
- browser: reproduced in chrome/edge, not tested in others
Steps to reproduce
- Type 12345 into the HTML Editor
- Click on the Submit button
Result
1234 is submitted to the server
Expected result
12345 should be submitted to the server
Attachments
HtmlEditorWebApplication.zip