-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
prevent submiting of form when typeahead container is visible #360
prevent submiting of form when typeahead container is visible #360
Conversation
@HostListener('keydown', ['$event']) | ||
onKeydown(e:KeyboardEvent) { | ||
// When typeahead container is visible, prevent submitting the form | ||
if (this.container) { |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
looks good! one things, please squash to one commit and rename it to: |
82bf1b8
to
96ddb3c
Compare
96ddb3c
to
4297410
Compare
done |
cool! merging |
what does the beta.14 translate to ? i am basically asking about a release date |
just a list of issues before next ng2 release |
just don't want to over use https://cdnjs.com/libraries/ng2-bootstrap |
I'll Ping in s bit if it will raje to long |
ok, you can use latest ng2-bootstrap directly from master |
gh-359