The solution that worked for me was like this :
First input type should be text
At the focus event turn input type to password
Listen for user inputs and if input field value is empty set type to text
again
This way at the start and when input field is empty browser will not show suggestions.