Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Yinlingzhu opened this issue Mar 15, 2022 · 1 comment
Open

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

Yinlingzhu opened this issue Mar 15, 2022 · 1 comment

Comments

@Yinlingzhu
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants