Closed ZekeMarshall closed 1 year ago
Hello, Try installing package from GitHub, this should have been fixed (similar to https://github.com/dreamRs/shinyWidgets/issues/607).
Victor
Hi @pvictor,
Thanks for the tip!
I can confirm that moving from {shinyWidgets} v0.7.6 installed from CRAN, to v0.7.6.9850 installed from dreamRs/shinyWidgets@master fixes this problem!
Thanks again!
Zeke
Hi @pvictor ,
I'm trying to update the value of one
searchInput()
based on anothersearchInput()
withtrigger = TRUE
, similarly to the excellent example provided by @cvmartin here https://github.com/dreamRs/shinyWidgets/issues/133.cvmartin's reprex works as expected, but only when the arguments
btnSearch = icon("search")
andbtnReset = icon("remove")
are included.See an adjusted reprex below.
I was wondering whether there is a way to make
trigger = TRUE
work whenbtnSearch = NULL
andbtnReset = NULL
?Any help would be greatly appreciated!
Best regards,
Zeke