-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
CdkDropList autoScrollDisabled should use coerceBooleanProperty #17475
Closed
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
https://github.com/angular/components/blob/master/src/cdk/drag-drop/directives/drop-list.ts#L124 |
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Oct 23, 2019
Coerces the `autoScrollDisabled` input to a boolean. Also removes the getter/setter from `sortingDisabled` since we can coerce it before passing it to the drag ref instead. Fixes angular#17475.
mmalerba
pushed a commit
that referenced
this issue
Oct 25, 2019
Coerces the `autoScrollDisabled` input to a boolean. Also removes the getter/setter from `sortingDisabled` since we can coerce it before passing it to the drag ref instead. Fixes #17475.
mmalerba
pushed a commit
that referenced
this issue
Oct 28, 2019
Coerces the `autoScrollDisabled` input to a boolean. Also removes the getter/setter from `sortingDisabled` since we can coerce it before passing it to the drag ref instead. Fixes #17475.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Reproduction
Steps to reproduce:
cdkDropListAutoScrollDisabled
attribute tocdkDropList
Expected Behavior
AutoScroll should be disabled by adding
cdkDropListAutoScrollDisabled
without setting it to true explicitely.Actual Behavior
With the acual behaviour you need to write
[cdkDropListAutoScrollDisabled]="true"
Environment
The text was updated successfully, but these errors were encountered: