You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having full address data and/or credit/debit card info stored in chrome, displays it as a dropdown over the aui-autocomplete.
To Reproduce
Go to chrome settings - Auto-fill - Payment methods or Addresses and more(better both) and fill in full some test info.
Create any aui-autocomplete component. This is analogical to what my code looks like:
searchValue: string = '';
<aui-auto-complete autocomplete="no" label="toString" [(ngModel)]="searchValue"
[data]="testData" [results]="testData" remote="true" showAllByDefault="true" ...>
Click on the aui-autocomplete input.
See error
Expected behavior
See only the aui-autocomplete dropdown
Screenshots
Additional context
The problem is present for certain inputs and not all aui-autocompletes.
The text was updated successfully, but these errors were encountered:
Describe the bug
Having full address data and/or credit/debit card info stored in chrome, displays it as a dropdown over the aui-autocomplete.
To Reproduce
searchValue: string = '';
<aui-auto-complete autocomplete="no" label="toString" [(ngModel)]="searchValue"
[data]="testData" [results]="testData" remote="true" showAllByDefault="true" ...>
Expected behavior
See only the aui-autocomplete dropdown
Screenshots
Additional context
The problem is present for certain inputs and not all aui-autocompletes.
The text was updated successfully, but these errors were encountered: