Fix issue #32 - Clicking a region on map sets focus in search bar; onscreen keyboard covers list
Change-Id: I15703614b5fdb2201f7dcbfd47a5095e033032f3
This commit is contained in:
@@ -104,7 +104,10 @@
|
||||
*/
|
||||
deactivate: function() {
|
||||
this.$element.val( '' );
|
||||
this.$element.focus();
|
||||
|
||||
if ( !$.fn.uls.Constructor.prototype.isMobile() ) {
|
||||
this.$element.focus();
|
||||
}
|
||||
this.toggleClear();
|
||||
this.autofill();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user