MurhafSousli / ngx-scrollbar

Custom overlay-scrollbars with native scrolling mechanism
https://ngx-scrollbar.netlify.app/
MIT License
618 stars 99 forks source link

keyboard scrollable #563

Closed deeptikoneclick closed 7 months ago

deeptikoneclick commented 8 months ago

how can I make it scroll with the keyboard up- down keys? <ng-scrollbar class="custom_scroll_suggetion" barClass="scrollbar" customview="true"

scrollable

  track="vertical"
  pointerEventsMethod="scrollbar"
  [position]="native"
  [autoHeightDisabled]="false"
  tabindex="0"
>
this is my existing code
deeptikoneclick commented 8 months ago

I'm using 10.0.1 version

deeptikoneclick commented 8 months ago

when i click on keyboard up down arrow key, it is not working properly

MurhafSousli commented 7 months ago

Keyboard seem to work properly in v14, try to upgrade - feel free to open an issue if the problem still exist.. closing this for now