-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
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:
- Is this behaviour by design or is it a Bug?
- is it possible to use a flipBox inside of a shiny module? If, yes how would i do it?
Metadata
Metadata
Assignees
Labels
No labels