mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Built site for shiny: 1.8.0.9000@6760c31
This commit is contained in:
@@ -80,7 +80,7 @@ the hash (including the leading <code>#</code> symbol).</p>
|
||||
depending on the values in the query string / hash (e.g. instead of basing
|
||||
the conditional on an input or a calculated reactive, you can base it on the
|
||||
query string). However, note that, if you're changing the query string / hash
|
||||
programatically from within the server code, you must use
|
||||
programmatically from within the server code, you must use
|
||||
<code>updateQueryString(_yourNewQueryString_, mode = "push")</code>. The default
|
||||
<code>mode</code> for <code>updateQueryString</code> is <code>"replace"</code>, which doesn't
|
||||
raise any events, so any observers or reactives that depend on it will
|
||||
|
||||
Reference in New Issue
Block a user