ebailey78 / shinyBS

Twitter Bootstrap Components for Shiny
182 stars 47 forks source link

Fixed updateDropDown callback to update selection. #13

Open sbisaacson opened 9 years ago

sbisaacson commented 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.