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

Tab doesn't work correctly #195

Open
lsacco-nutreense opened this issue May 22, 2022 · 0 comments
Open

Tab doesn't work correctly #195

lsacco-nutreense opened this issue May 22, 2022 · 0 comments

Comments

@lsacco-nutreense
Copy link

I almost have this component working perfectly. However, when I tab into the ng-autocomplete field it highlights the input field but doesn't actually put the cursor in the box without clicking. When I tab out of the field, it doesn't go to the next field per my tabIndex.

<ng-autocomplete
                id="business_address1"
                [data]="data"
                [tabIndex]="3"
                searchKeyword="friendlyName"
                (selected)="onAddressSelect($event)"
                (inputChanged)="onChangeAddress($event)"
                (inputCleared)="onClearAddress()"
                [itemTemplate]="itemTemplate"
                [isLoading]="isLoadingAddress"
                [initialValue]="demographicForm.business_address1"
                [debounceTime]="300"
                [minQueryLength]="3"
                [focusFirst]="true"
              >

Using the latest versions of everything and checking in Chrome.

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