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

flipBox id has to be numeric? #23

Closed
vinpogo opened this issue Dec 10, 2018 · 1 comment
Closed

flipBox id has to be numeric? #23

vinpogo opened this issue Dec 10, 2018 · 1 comment

Comments

@vinpogo
Copy link

vinpogo commented Dec 10, 2018

the documentation states that the id for a flipBox has to be unique.
Therfore i gave the flipBox in my App a unique id and constantly got an error message: "Warning: Error in +: non-numeric argument to binary operator"
After Trial and error i found out that giving a numeric id will work.

Also after finding out i have to give numeric ID's i wanted to include a flipBox into a shiny module. But giving the flipBox a numeric id inside of the modules namespace i get the same Error message as before.

Now my question is:

  1. Is this behaviour by design or is it a Bug?
  2. is it possible to use a flipBox inside of a shiny module? If, yes how would i do it?
@DivadNojnarg
Copy link
Member

Hi vinpogo,
flipBox is a recent feature that has not been deeply tested. Moreover, a lot of people don't use modules when they just build simple apps. Therefore thanks for your report!
I am terribly busy at the moment but I will have a look as soon as I have free time.
David

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