Open sbisaacson opened 9 years ago
The updateDropDown() function in bsNavDropDown.R sends a message with the key value rather than selected. This patch fixes the callback so that it listens for the correct key and triggers an input event.
updateDropDown()
bsNavDropDown.R
value
selected
The
updateDropDown()
function inbsNavDropDown.R
sends a message with the keyvalue
rather thanselected
. This patch fixes the callback so that it listens for the correct key and triggers an input event.