-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Autocomplete
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
Not Needed
Problem Statement/Rationale
When trying to use autofill for a field name when filtering through documents OR when trying to use autofill for a field name when creating an aggregation pipeline, the field name does not autofill, & rather creates an empty space where the remaining characters should be populated.
Please be sure to attach relevant logs with any sensitive data redacted.
Steps to Reproduce
- Navigate to collection --> documents --> filterĀ
- Type in the first few characters of an existing field name, and hit "tab" key to autofill the field name
Expected Results
ex) Field name, such as "shopName", should autofill to "shopName" after typing "shop" & hitting tab key in filter or aggregation pipelines
Actual Results
ex) Field name, such as shopName, autofills to "shop " after typing shop & hitting tab key