daattali/timevis

Deselecting Items does not trigger observeEvent(input$timeline_selected,{}) (RShiny)

adamhaywood307 opened this issue · 1 comments

Just curious if anyone else has this issue. I was hoping to be able to deselect items in the timeline and have that reflected in a table. Unfortunately, it doesn't seem as though deselecting will trigger the observeEvent on timeline_selected, it's only triggered when we select something else in the timeline.

Nevermind, I found another thread in which you mention using ignoreNULL = FALSE, and that worked like a charm. Thank you!