thierryc / react-fullpage

Create Fullscreen Scrolling Websites
https://thierryc.github.io/react-fullpage/
MIT License
207 stars 25 forks source link

How to disable scrolling with arrow keys? #25

Closed idiglove closed 4 years ago

idiglove commented 5 years ago

Expected Behavior

Page will not scroll on keydown of arrow keys

Actual Behavior

Page scrolls on up and down keys

thierryc commented 5 years ago

<Fullpage keyboardShortcut={false}>