-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HighlightPipe doesn't supports sanitized values #432
Comments
As this major bug is present in the only version supporting Angular2, fixing it soon would be really appreciated. |
+1 |
To follow up with @GreenToast's recommendation, if anyone is looking for a hotfix, you can drop this into your
|
+1 @Scipionh |
@moodyroto Nice workaround. It worked for me. |
Are you getting |
Hi I migrated today to v.1.1.0 and adapted all params. I got problems with the text-selection. When I typed in one letter in the ng-select-component I got this error
TypeError: value.match is not a function at HighlightPipe.transform (select-pipes.js:15)
It seems that the function receives a sanitized value and not a pure value. So by adding one line to check the value if it is sanitized or not solves the problem.
I hope you can fix it soon. It blocks our migration to 1.1.0.
The text was updated successfully, but these errors were encountered: