Hi there,
I have the same issue as this but for a select field located within an iframe: when I select an option the window scrolls to the bottom. This happens on iPhone in Safari, Firefox and Chrome. I’m using select2.min.js 4.0.13
I tried to use the dropdownParent
configuration property in many ways without success.
$('select#select_id').select2({
theme: 'bootstrap',
...: '...',
dropdownParent: $('#iframe_id') // and many more #attempts
});
Could be the iframe embedding the problem?