I am using the development (i.e. github) version of Cicerone (as of July 2024). I am finding that both the input$<id>_cicierone_next and the input$<id>_cicierone_previous return a list of values. Both lists are identical (as far as I can tell). The documentation implies the former provides (only) the previous step's id while the latter provides (only) the next step's id. In fact, I seem unable to look at the next step's id using this technique. Both lists seem to be
I am using the development (i.e. github) version of Cicerone (as of July 2024). I am finding that both the
input$<id>_cicierone_next
and theinput$<id>_cicierone_previous
return a list of values. Both lists are identical (as far as I can tell). The documentation implies the former provides (only) the previous step's id while the latter provides (only) the next step's id. In fact, I seem unable to look at the next step's id using this technique. Both lists seem to beAm I experiencing work-in-progress?