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

feat(typeahead): add support for the focusFirst option #856

Closed
wants to merge 1 commit into from
Closed

feat(typeahead): add support for the focusFirst option #856

wants to merge 1 commit into from

Conversation

pkozlowski-opensource
Copy link
Member

Closes #748

@wesleycho
Copy link
Member

LGTM

@@ -8,5 +8,6 @@ import {Injectable} from '@angular/core';
@Injectable()
export class NgbTypeaheadConfig {
editable = true;
focusFirst = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you haven't updated typeahead-config.spec.ts

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thnx @maxokorokov , changed.

@maxokorokov
Copy link
Member

LGTM, except for the comment

@pkozlowski-opensource pkozlowski-opensource added this to the alpha.8 milestone Oct 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants