Is there a way to open a select box using Javascript (and jQuery)?
1
As an alternative you can use the select2 plugin and do the following:
$(element_select).focus(); $(element_select).select2('open').trigger('open');
It worked perfectly for me in Firefox version 79.0