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

prevent submiting of form when typeahead container is visible #360

Merged
merged 1 commit into from
Apr 1, 2016

Conversation

fkowal
Copy link
Contributor

@fkowal fkowal commented Apr 1, 2016

@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.

@valorkin
Copy link
Member

valorkin commented Apr 1, 2016

looks good! one things, please squash to one commit and rename it to:
fix(typeahead): prevent form submition when typeahead selected (fixes #359)

@fkowal fkowal force-pushed the fix_typeahead_submit_form branch from 82bf1b8 to 96ddb3c Compare April 1, 2016 14:01
@fkowal fkowal force-pushed the fix_typeahead_submit_form branch from 96ddb3c to 4297410 Compare April 1, 2016 14:03
@fkowal
Copy link
Contributor Author

fkowal commented Apr 1, 2016

done

@valorkin valorkin added this to the beta.14 milestone Apr 1, 2016
@valorkin
Copy link
Member

valorkin commented Apr 1, 2016

cool! merging

@valorkin valorkin merged commit 232b8ae into valor-software:master Apr 1, 2016
@fkowal fkowal deleted the fix_typeahead_submit_form branch April 1, 2016 14:15
@fkowal
Copy link
Contributor Author

fkowal commented Apr 1, 2016

what does the beta.14 translate to ?

i am basically asking about a release date

@valorkin
Copy link
Member

valorkin commented Apr 1, 2016

just a list of issues before next ng2 release
if you want I can publish patch with this

@valorkin
Copy link
Member

valorkin commented Apr 1, 2016

just don't want to over use https://cdnjs.com/libraries/ng2-bootstrap

@fkowal
Copy link
Contributor Author

fkowal commented Apr 1, 2016

I'll Ping in s bit if it will raje to long

@valorkin
Copy link
Member

valorkin commented Apr 1, 2016

ok, you can use latest ng2-bootstrap directly from master
if any

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.

2 participants