Scroll to between days in the resources scroll mode #234
anton-patrushev
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem:
Right now in the
enableResourceScroll={true}mode the scrolling is locked by a single active day and enforces user to stay within that day.Request:
We need to be able to scroll and snap to the next day even in the
enableResourceScroll={true}mode.So when
resourcePerPageis provided, we should be able to scroll internal day through resources horizontally, but once we get to the edge and proceed with scrolling — it should snap to the next/prev day.Context:
Originally this was requested to be raised and implemented in scope of the next issue:
But we need to enhance it.
cc: @howljs
Beta Was this translation helpful? Give feedback.
All reactions