-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we open range date picker without long press #53
Comments
I'd like have this feature, too! It is very easy to understand for user |
im waiting.. |
kiewietn
pushed a commit
to kiewietn/SublimePicker
that referenced
this issue
Sep 22, 2017
- When this option is enabled the date-range option is also enabled. This allows the user to tap on two dates to select the interval of dates inclusive. - The option is applies using SublimeOptions.setToggleRangeWithoutLongPress(...) - The behaviour of long select of date range remains unaffected when setToggleRangeWithoutLongPress is disabled.
kiewietn
pushed a commit
to kiewietn/SublimePicker
that referenced
this issue
Sep 22, 2017
- Update sample app with range select without long press option.
kiewietn
added a commit
to kiewietn/SublimePicker
that referenced
this issue
Sep 22, 2017
- When this option is enabled the date-range option is also enabled. This allows the user to tap on two dates to select the interval of dates inclusive. - The option is applies using SublimeOptions.setToggleRangeWithoutLongPress(...) - The behaviour of long select of date range remains unaffected when setToggleRangeWithoutLongPress is disabled.
kiewietn
added a commit
to kiewietn/SublimePicker
that referenced
this issue
Sep 22, 2017
- Update sample app with range select without long press option.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Vikramkakkar,
Can I open range date picker without long press , only just passing the start and end date.
Is this possible , if yes so please help me how I achieve this task.
The text was updated successfully, but these errors were encountered: