-
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
scroll for typeahead #1195
scroll for typeahead #1195
Conversation
…into development
…into development
Current coverage is 88.78% (diff: 94.95%)
@@ development #1195 diff @@
=============================================
Files 35 35
Lines 1280 1347 +67
Methods 228 239 +11
Messages 0 0
Branches 213 228 +15
=============================================
+ Hits 1096 1196 +100
+ Misses 184 151 -33
Partials 0 0
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in general looks, good
but couple issue need to be fixed
Huge thanks for your time!
@@ -126,6 +127,14 @@ export class PositionService { | |||
return (nativeEl.style as KeyAttribute)[cssProp]; | |||
} | |||
|
|||
private get window():Window { |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@@ -8,20 +8,20 @@ import { TypeaheadDirective } from './typeahead.directive'; | |||
import { TypeaheadMatch } from './typeahead-match.class'; | |||
|
|||
const bs4 = ` | |||
<div class="dropdown-menu" | |||
[ngStyle]="{top: top, left: left, display: 'block'}" | |||
<div #ulElement class="dropdown-menu" |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
#1168 Fixed scroll for typeahead.