Questions tagged [shinywidgets]
177 questions
0
votes
2 answers
Change style of shinydashboard box with shinyjs
I am trying to change the color of the shinydashboard boxes according to the tab the user is in.
To do so, I am getting the input value from a tabsetPanel, and try to change the css of the box-header class with shinyjs. Unfortunately none of my…

Bambs
- 545
- 4
- 14
0
votes
1 answer
Disable SwitchInput blue glow in Shiny app
How to disable the blue glow that appears over a switchInput element?

Bastián Olea Herrera
- 454
- 4
- 14
0
votes
2 answers
Display multiple strings in a cell of a datatable that can be removed by clicking on them
I have the shiny app below in which I convert the d dataframe to a dataframe in which the unique items will be summarized based on the name and a new column will be added with their count. Then I use DT package to display this dataframe. I wonder if…

firmo23
- 7,490
- 2
- 38
- 114
0
votes
1 answer
How can the icon of airDatepickerInput
How can I change this icon to something else, like a an icon that represents reset?

Bear Bile Farming is Torture
- 4,317
- 4
- 27
- 61
0
votes
1 answer
Adding colored dots on selectInput widget dropdown options
I have a selectInput widget which allows multiple inputs to be selected. I want to add a small colored dot on each select option so as to multipurpose it as a legend for the corresponding plot generated based on the…

z star
- 684
- 6
- 19
0
votes
0 answers
Dynamic group-based filtering in R Shiny - search by tag replication
I want to create a filter in Shiny that would work like the details below.
I currently do not have anything close to working with the functionality described. The closest I have achieved is using selectizeGroupUI/Server. But this module from…

Phillip Perin
- 53
- 7
0
votes
1 answer
R Shiny : None Button inside CheckBox --> Deselect all responses selected
I hope you are well.
I would add a "None" Button inside the checkboxGroupButtons. So, if I explain that by words, I would add a button "None" (with others buttons in my example --> "Nuclear", "Hydro", "Solar", "Wind") and when you click to this…

aureliendvl
- 5
- 2
0
votes
1 answer
What is the easiest way to make shinyWidgets inputs size dependent on screen size?
I would like the size of shinyWidget inputs (in the example below it's checkboxGroupButtons) to scale to extrasmall on smartphones, small on small screens like tablets, and normal on the computer browser.
What is the easiest way to do…

Martin
- 1,141
- 14
- 24
0
votes
1 answer
change CSS of single element from shinyWidgets in flexdashboard
Related to questions here and here, I would like to change the CSS of a pickerInput menu from ShinyWidgets. I am using flexdashboard and I would like the styling to match exactly that from the selectInput menu. I realize I can do this by setting…

fawda123
- 479
- 3
- 12
0
votes
0 answers
Align subtext to right in shinyWidgets' pickerInput
As the example from shinyWidgets' documentation shows, I can define my own subtext labels, that show next to the main label. Is it possible for these subtexts to be aligned to the right, so that all main labels are aligned to left, and subtexts are…

yoloBaklawa
- 13
- 3
0
votes
1 answer
How to change color of R Shiny placeholder text when nothing is selected in dropdown
I've been struggling with using CSS for my Shiny Leaflet map. Right now I'm using shinywidgets' pickerinput for my dropdowns. They work great, but whenever I click the "Deselect All" button the placeholder text turns grey. I'd like the color to…

ethan tenison
- 393
- 3
- 14
0
votes
0 answers
Is there a way to create bi-directional linked filtering with selectizeInputs in R Shiny?
I am working with multiple independent selectizeInputs that should offer bidirectional filtering but I cannot seem to make them work. When I try to update the selectizeInputs in my server function they override each other and give unpredictable…

bill
- 21
- 2
0
votes
0 answers
Why does my download button activate twice in shiny app?
So I have a shiny app (https://github.com/tadeu95/BAGs) (http://tadeu-apps.shinyapps.io/bags) and I have several download buttons. Recently what has started to happen is that when I click the download button it activates two times and downloads the…

tadeufontes
- 443
- 1
- 3
- 12
0
votes
1 answer
R Shiny: Conditionally require user to select pickerInput
I have two pickerInput values in the app. In the first, geography, the user can select to view either state (default) or county data. If the user selects county, I'd like to require that they pick a state from the second pickerInput, which is just…

Ethan Roubenoff
- 39
- 3
0
votes
2 answers
R shinydashboardPlus - make the pretty switch pretty again
Using shinydashboardPlus with prettySwitch in the right sidebar - the alignment of the switch elements are messed up
Is there a way to make the switch pretty again like this
Here is the code. Setting md = FALSE will work, but will affect the look…

Vlad
- 3,058
- 4
- 25
- 53