Autocomplete not working correctly in Exclude IP Addressees field
frankiejarrett opened this issue · 5 comments
frankiejarrett commented
powelski commented
@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:
- Should the list of results be prefilled with IP addresses of existing logs (sorted by the number of logs perhaps)
or
- There should be no suggestions at all?
frankiejarrett commented
@powelski The expected behavior would be:
- The results would be preloaded with all the IP addresses previously logged, sorted numerically.
- As you type, the results would narrow.
- You should be able to enter any IP, not just those that have been logged before. When this is the case, then the IP should be validated with regex before it can be added.
powelski commented
@fjarrett Does numerically mean same thing as one mentioned by me before (the number of logs)?
frankiejarrett commented
@powelski No, it means by value of the first section of the IP.
50.xxx
192.xxx
207.xxx
frankiejarrett commented
@powelski FYI issues will close automatically once the PR is merged into master
. So the issue will remain open until it has been included in a public release.