Hi, could anyone give me a hint on how to prevent the auto focus?
I have a simple item list page, with a ion-search at the top. After the page is loaded, the search field is auto focused, and the keyboard pop up.
I know this is a quite useful feature, but in my case it’s a bit annoying cause my user might not want to do a search and the keyboard is taking too much space. Also the keyboard won’t hide even I navigate to another page…
Is there a switch or something I can give to ion-search? Or am I using the component in the wrong way?
Thanks