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 Apr 18, 2026. It is now read-only.
The highlight only highlights the first or first and second letterz (if you are fast) of the input text.
Afterward anything you type is ignored.
Also, if you copy paste a string in the input it will be highlighted completely but will ignore anything you type after that string.
This must be related to some kind of timing issue.
Expected result:
Brian should be highlighted in both the email and the name
Actual result:
Only "b" or "br" is highlighted
Might be related:
The highlight <span class="highlight"> gets wrapped inside other <span class="highlight"> at each new highlight instead of resetting the string.
The highlight only highlights the first or first and second letterz (if you are fast) of the input text.
Afterward anything you type is ignored.
Also, if you copy paste a string in the input it will be highlighted completely but will ignore anything you type after that string.
This must be related to some kind of timing issue.
Steps to reproduce:
Expected result:
Brian should be highlighted in both the email and the name
Actual result:
Only "b" or "br" is highlighted
Might be related:
The highlight
<span class="highlight">gets wrapped inside other<span class="highlight">at each new highlight instead of resetting the string.