Merge: - client: fix tags select on mobile

Closes #1471

Squashed commit of the following:

commit 1ce2c742e268b49332f73c9ac17722dbe0e8dd92
Author: Ildar Kamalov <i.kamalov@adguard.com>
Date:   Tue Mar 17 15:38:04 2020 +0300

    - client: fix tags select on mobile
This commit is contained in:
Ildar Kamalov 2020-03-19 10:49:25 +03:00
parent 72c20acb86
commit 6eadca25d1
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ const renderMultiselect = (props) => {
onChange={value => input.onChange(value)}
onBlur={() => input.onBlur(input.value)}
placeholder={placeholder}
blurInputOnSelect={false}
isMulti
/>
);