Jeff Allen
f834b7befb
Define what all input functions yield for server ( #2600 )
...
* adding section to roxygen docs for server value of input funcs
* add more server values to roxygen docs
* add more server values
* update more server values in documentation
* Address PR feedback
I reflowed the comments to have a max width of 80 on some files, so there were a flurry of line changes, but the only substantive changes were around Joe's comments.
* Update R/input-slider.R
Co-Authored-By: Hadley Wickham <h.wickham@gmail.com >
* Apply suggestions from code review
Co-Authored-By: Carson Sievert <cpsievert1@gmail.com >
* PR feedback, regenerate docs.
* PR Feedback
* Eliminate extra newline
* passwordInput()'s server value
* varSelectInput()'s server value
* document
2019-09-12 20:02:44 +00:00
trestletech
7fc497eeb8
Auto-generated link conversation, not manually reviewed.
2019-06-19 15:46:13 -05:00
trestletech
ecefdcd951
Convert R to MD
...
Used roxygen2md::roxygen2md(scope="simple")
Not manually reviewed.
2019-06-19 15:28:03 -05:00
Carson Sievert
68eeb338da
Have input labels always include 'control-label' class
2019-05-08 15:15:09 -05:00
Carson Sievert
07e2b80b5d
merge with master; fix NEWS conflicts
2019-05-03 17:21:06 -05:00
Carson Sievert
370f1b51ee
Inputs now always supply a <label> tag with a special CSS class for hiding NULL labels
...
This helps to simplify the updating logic on the client
2019-05-03 15:38:57 -05:00
Carson Sievert
67b0416eba
Throw informative warning if date coercion fails and original input
2019-04-30 17:00:34 -05:00
Carson Sievert
f8d69ecb1f
Consistent approach to coercing and formatting date strings, closes #2402
2019-04-30 17:00:34 -05:00
Nate
214abd0cd4
moved new dateInput arguments to last and added formatting conditional if datesdisabled is Date object
2018-08-07 10:16:48 -04:00
Nate
4c7b7f236a
added datesdisabled parameter to dateInput() allows disabling of specific yyyy-mm-dd format strings
2018-08-04 19:04:40 -04:00
Nate
896c5b41cb
Fixes #174 , allowing specific days of the week to be disabled.
2018-08-04 15:47:13 -04:00
Barbara Borges Ribeiro
66501dac97
Add new autoclose = TRUE param to dateInput() and dateRangeInput ( #1987 )
...
* Add new `autoclose = TRUE` param to both dateInput() and dateRangeInput()
* added NEWS item
2018-03-23 09:40:19 -07:00
Dean Attali
bd3aa28416
fix typo in dateInput documentation ( #1454 )
2016-11-02 09:53:40 -05:00
Winston Chang
476f6d83e2
Remove no-longer-necessary CSS class
2016-09-19 10:22:40 -05:00
Winston Chang
1f04b39ae3
Rename bootstrapDP to bsDatepicker
2016-09-16 23:39:26 -05:00
Winston Chang
2a9a7cc897
Enable noconflict for Bootstrap Datepicker. Closes #1346
2016-09-16 23:39:26 -05:00
Winston Chang
c62e6b5734
Update to Bootstrap Datepicker 1.6.4. Closes #1218
2016-09-16 23:39:26 -05:00
Winston Chang
00bef13f1c
Add ability for inputs to restore bookmarked values
2016-05-12 10:05:37 -05:00
Winston Chang
bc7d701298
Make examples runnable with shinyApp()
2016-04-05 20:53:59 -05:00
Winston Chang
7c20e865a5
Add width option to input functions. Closes #834 , closes #589
2015-06-18 13:12:49 -05:00
Winston Chang
79267d4e12
Move input functions to separate files
2015-06-18 10:47:00 -05:00