You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The shinyjqui package update to the latest version causes the orderinput() return value from vector to data frame
now:
id text
1 ui1 Protein accession
2 ui1 Protein description
3 ui1 Gene name
old:
Protein accession Protein description Gene name
The text was updated successfully, but these errors were encountered:
Yes, you are right. From v0.4.0, there is a breaking change of orderinput() to make it behave more like a shiny's native input function. To get a vector of return value, you should now use input$inputId instead of input$inputId_order.
The shinyjqui package update to the latest version causes the orderinput() return value from vector to data frame
now:
id text
1 ui1 Protein accession
2 ui1 Protein description
3 ui1 Gene name
old:
Protein accession Protein description Gene name
The text was updated successfully, but these errors were encountered: