-
Notifications
You must be signed in to change notification settings - Fork 116
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
Autocomplete not working correctly in Exclude IP Addressees field #335
Comments
@fjarrett This behavior doesn't have anything to do with period delimiters. It occurs, because IP regex is being checked while you type and the suggestion appears once IP address is valid. What is expected here:
or
|
@powelski The expected behavior would be:
|
@fjarrett Does numerically mean same thing as one mentioned by me before (the number of logs)? |
@powelski No, it means by value of the first section of the IP. 50.xxx |
@powelski FYI issues will close automatically once the PR is merged into |
The autocomplete functionality does not appear to be working in the Stream > Settings > Exclude > IP Addresses field.
You are forced to type the entire IP before it will appear, so I think the period delimiters are causing a problem.
The text was updated successfully, but these errors were encountered: