[v3] Bug when scroll on choices of autocomplete

Hello,
I have a problem with the module “autocomplete”.

I just copy the “kitchen-sink” directory without any modification. And when I go to the module “autocomplete” impossible to scroll on the choices.

I use Cordova and I installed this plugin : https://github.com/cjpearson/cordova-plugin-keyboard

I tested that but it did not work :

document.addEventListener("deviceready", function() { 
   Keyboard.shrinkView(true);
   Keyboard.disableScrollingInShrinkView(true);
});

Could be a bug then, will check it