Daniel
Results
2
comments of
Daniel
Here's an approach that seems to work quite well for us. According to [ReCAPTCHA's API](https://developers.google.com/recaptcha/docs/display#explicitly_render_the_recaptcha_widget),  It is recommended to include your onload...
not sure if they changed select2 or what but to focus select2 it is now: ``` $('#mySelect2').select2('open'); //old code $('#mySelect2').select2('focus', true); ```