You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
Currently the form control input component escapes to HTML entities (> to >) only in display. The problem is that the ampersand part of the escaped HTML entity also gets translated to an HTML entity on the next keystroke. This leads to more and more text in the input field. The only way of clearing the input field is then to press CTRL + Backspace to clear everything in the input.
Currently the form control input component escapes to HTML entities (> to >) only in display. The problem is that the ampersand part of the escaped HTML entity also gets translated to an HTML entity on the next keystroke. This leads to more and more text in the input field. The only way of clearing the input field is then to press CTRL + Backspace to clear everything in the input.
Steps to reproduce:
Expected: The character should be removed.
Actual: The displayed string grows larger on every keystroke.
The text was updated successfully, but these errors were encountered: