Yang-Tang / shinyjqui

jQuery UI Interactions and Effects for Shiny
https://yang-tang.github.io/shinyjqui/
Other
271 stars 32 forks source link

The type of the orderinput() return values is been changed #84

Open Yinlingzhu opened 2 years ago

Yinlingzhu commented 2 years ago

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

Yang-Tang commented 2 years ago

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.