Is there a simple package/CSS script that allows the selectInput() to display the drop-down contents on over instead of on click.
Been doing some research and it seems like this is not possible because the functionality is rendered by the browser. The only option may be to create a custom ul element using HTML and adding CSS to this. Is this the only way?
Is the twitter bootstrap package appropriate for this problem? Been having trouble finding good examples of the methods described in this package.