-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Allow dateInput
to have an unspecified value
#896
Comments
|
I've tried to use the as.Date(NA), but still, when the user erase the date from dateInput widget, the returned value is still Sys.Date(), and not "", as I expected. How could a user can choose to leave the fields empty (or to erase a wrong date input to leave it empty) whithout systematically returning "Sys.Date()" ? |
wch
changed the title
Allow
Allow Aug 11, 2016
dateInput
to have an unspecified value dateInput
to have an unspecified value
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to allow a
dateInput
control to have an unspecified value. Right now, if you providevalue=NULL
, you get "today" by default.The use case is one where I want to know if the user has made a explicit choice of a date value. Not choosing a date value could mean that a search is unbounded, for example.
The text was updated successfully, but these errors were encountered: