-
Notifications
You must be signed in to change notification settings - Fork 53
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
Source selection is not filtering when )
is in source name
#1312
Comments
Ok, found the issue, it is in PF4 itself. When the input value is a valid regex, it's treated as a regex, so I guess in case with It would not be easy to get a fix in patternfly given they do not support this version anymore. |
Is it a bug in patternfly or a valid behavior ? Just by a the look of it it could be both IMO, the code tries to check if the text is a valid regex pattern and to use it that way and if not to escape all regex special characters. The question is, do we want to let the user use regexs in the UI or not ? |
We would need to implement the search ourselves completely, there is no hook into the default implementation, either we reimplement, or we use default :) I think it's a feature, but should be documented 😛 |
The source selection in image creation wizard is not filtering the items properly if the source name has a
)
in the name, see screenshots.The text was updated successfully, but these errors were encountered: