- Issue created by @joshi.rohit100
- Merge request !56Issue #3479289: Appended the closing tag, in case of none. → (Open) created by diwakar07
- 🇮🇳India diwakar07
Hi @joshi.rohit100,
I tried to reproduce the issue.
So, whenever adding a "<" without the respective ">", maxlength counter tried to add a closing tag(), but was skipping to close the previously opened "<" tag.
Updated the JS to add the ">" in case there is an open "<".
Now the counter looks good to me.
HTML tags are not considered as characters.Please review.
- 🇧🇪Belgium joevagyok
Thank you for the contribution.
Please add a test case functional test case to validate we actually have the issue and preferably the fix in a separate commit to show it fixes the problem.