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
trestletech
a976cfa98d
Remove escaping for % in preparation for MD conversion
...
Obtained by running `sed -i "" -E "s/^(.*)\\\%(.*)$/\1%\2/g" *` in the R
directory on a Mac.
2019-06-19 15:13:25 -05:00
Carson Sievert
68eeb338da
Have input labels always include 'control-label' class
2019-05-08 15:15:09 -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
Timothy Mastny
881fe0cfce
explicitly set number to null instead of implicitly for better documentation
2018-06-21 14:30:15 -05:00
Timothy Mastny
ff3b97b630
refactored data type checking for consistency
2018-06-21 14:30:15 -05:00
Joe Cheng
062dc771aa
Fix #2061 : Tests failing on Windows due to rounding errors
2018-05-16 14:44:34 -07:00
Winston Chang
b411c70280
Fix URL-encoded bookmarking with date/date-time sliders
2018-02-27 20:42:11 -06:00
Winston Chang
2bc22cc7d5
Merge pull request #1955 from rstudio/update-slider
...
Update ion.rangeSlider to 2.2.0
2018-02-27 13:21:09 -06:00
Winston Chang
fe3f351a2d
Avoid rounding errors from pretty(). Fixes #1006
2018-02-27 10:50:36 -06:00
Winston Chang
076be9cba7
Remove unused keyboard_step parameter
...
keyboard_step was removed in ion.rangeSlider 2.2.0.
2018-02-26 15:57:30 -06:00
Winston Chang
d147c5a153
Don't use data-drag-interval for non-range sliders. Fixes #1605 ( #1610 )
...
* Don't use data-drag-interval for non-range sliders. Fixes #1605
* Update NEWS
2017-03-16 15:49:46 -05:00
Winston Chang
9d69ff01b3
Update ion.rangeSlider to 2.1.6 ( #1540 )
...
* Update ion.rangeSlider to 2.1.6
* Simplify code when slider separator is ""
* Add links to NEWS
2017-01-17 12:00:47 -05:00
Winston Chang
55a16043e1
Merge pull request #1510 from rstudio/joe/feature/debounce
...
Add reactive debounce and throttle functions
2016-12-16 11:10:02 -06:00
Joe Cheng
f7d7ccfd2c
Fix unqualified links to other packages
...
R-devel warns on this now, causes Travis to fail
2016-12-15 10:35:46 -08:00
Joe Cheng
c0a298e484
Add reactive debounce and throttle functions
2016-12-13 17:22:12 -08:00
Winston Chang
09acc5920c
Allow using no separator for sliderInput numbers. Fixes #1369
2016-09-15 12:03:25 -05:00
Winston Chang
3223332906
Merge pull request #1209 from wch/bookmarkable-state
...
Bookmarkable state
2016-08-05 16:15:12 -05:00
Barbara Borges Ribeiro
8a2846461b
removed extra line at end of example section
2016-08-02 03:40:56 +01: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
7510c02d83
Update ion.RangeSlider to 2.1.2
2016-03-28 11:17:07 -05:00
Winston Chang
ac83772945
Don't use scientific notation for sending slider values
2015-07-21 12:31:17 -05:00
Winston Chang
cfae8f4fc6
Update to ion.rangeSlider 2.0.12
2015-07-20 14:09:26 -05:00
Winston Chang
4cd5357241
Set dragRange=TRUE as the default
2015-07-02 20:25:42 -05:00
Winston Chang
0e3938da79
Add timezone support
2015-07-02 16:50:43 -05:00
Winston Chang
ec9bfc4731
sliderInput: add timeFormat argument
2015-07-02 16:50:43 -05:00
Winston Chang
9b91ebb8d2
Add strftime Javascript library
2015-07-02 16:50:43 -05:00
Winston Chang
da3f2367d7
Add range dragging functionality
2015-07-02 16:50:43 -05:00
Winston Chang
17cdeec34b
Add Date and POSIXt support to sliders
2015-07-02 16:50:43 -05:00
Winston Chang
b12fef652c
Update to ionRangeSlider 2.0.10
2015-07-02 16:50:43 -05:00
Winston Chang
21c7193281
Remove unneeded copy of normalize.css
2015-07-02 12:48:16 -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
37e552cd36
Move sliderInput code into separate file
2015-06-02 15:36:03 -05:00