[Solved] Autocomplete on android shows keyboard after every delete of the chip
-
I use Quasar to build android app and faced to issue that after every delete of the selected chip in autocomplete the keyboard appears and takes more than a half of the screen. It’s very unuseful… Is there any way to avoid this? For example not to focus the autocomplere after pushihn the x button.
-
solution is
document.activeElement.blur();