Skip to content
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

Chrome suggestions overlap over aui-autocomplete dropdown #180

Open
NK-Hertz opened this issue Jan 16, 2020 · 0 comments
Open

Chrome suggestions overlap over aui-autocomplete dropdown #180

NK-Hertz opened this issue Jan 16, 2020 · 0 comments

Comments

@NK-Hertz
Copy link

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

  1. Go to chrome settings - Auto-fill - Payment methods or Addresses and more(better both) and fill in full some test info.
  2. 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" ...>
  1. Click on the aui-autocomplete input.
  2. See error

Expected behavior

See only the aui-autocomplete dropdown

Screenshots

Screenshot 2020-01-16 at 10 27 45

Additional context

The problem is present for certain inputs and not all aui-autocompletes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant