Hi, is there a way of having items with the same name as in a shinyInput?
In the example below "A" is in both Letters and Random but is differentiated by the parent. But this does not work in the shinyInput right now. How can this be fixed?
Also, is it possible to work out what the parent is (would need to sort out the first problem), e.g. which parent did "A" come from?
I suppose it is what I was after (as in what I had written) but I already had this solution and what I was really after is to have two outputs from the one input (e.g. the parent and child as separate objects).
But also, not related to this is that the problem that I was having wasn't due to the inputs but to some other issue (my fault).
Given it answers the question, I'll mark it as completed then.