@claviska ``` $("#showButton").click(function(event){ event.stopPropagation(); $('#testInput').dropdown('show'); }); ``` This is interesting, I like the dropdown does not close with the right click. Can you help me? Thanks!
@claviska
This is interesting, I like the dropdown does not close with the right click.
Can you help me? Thanks!