You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, is it possible to disabled swipe only in one direction ?
Expected Behavior
I would like add property to disable swipe action only in one direction. For example, I can swipe to left but not to right.
Current Behavior
Currentily only property "disabled" exist. But when I set disabled to True, right and left swipe aren't possibles.
Context
Currently I use the Swipe to navigate between dates. But I've a min date and a max date. I would like avoid user can swipe to an forbidden date.
I use Virtualized because I have lot of dates.
The text was updated successfully, but these errors were encountered:
Hello, is it possible to disabled swipe only in one direction ?
Expected Behavior
I would like add property to disable swipe action only in one direction. For example, I can swipe to left but not to right.
Current Behavior
Currentily only property "disabled" exist. But when I set disabled to True, right and left swipe aren't possibles.
Context
Currently I use the Swipe to navigate between dates. But I've a min date and a max date. I would like avoid user can swipe to an forbidden date.
I use Virtualized because I have lot of dates.
The text was updated successfully, but these errors were encountered: