Reproduction
Steps to reproduce:
- add
cdkDropListAutoScrollDisabled attribute to cdkDropList
- autoScroll is not disabled
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
- Angular: 8.2.11
- CDK/Material: 8.2.3
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): Widnows