Skip to content

Quick add file auto focus and close autocomplet on blur#517

Merged
timotheeguerin merged 4 commits intomasterfrom
feature/quick-add-file-focus
Jul 5, 2017
Merged

Quick add file auto focus and close autocomplet on blur#517
timotheeguerin merged 4 commits intomasterfrom
feature/quick-add-file-focus

Conversation

@timotheeguerin
Copy link
Member

fix #486

? this._options.value.filter(option => new RegExp(`${nameFilter}`, "gi").test(option))
: this._options.value;
});
}
Copy link
Member

@ascobie ascobie Jun 27, 2017

Choose a reason for hiding this comment

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

nitpick, is this an extra space added to this method?
(edit), oh looks like it was out of alignment to begin with ...

Copy link
Member Author

Choose a reason for hiding this comment

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

yep seems like so, not sure why tslint is not catching that

@timotheeguerin timotheeguerin merged commit 36910ac into master Jul 5, 2017
@timotheeguerin timotheeguerin deleted the feature/quick-add-file-focus branch July 5, 2017 15:54
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

Successfully merging this pull request may close these issues.

Quick add files to the output should auto focus

3 participants