mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
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:
parent
72c20acb86
commit
6eadca25d1
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ const renderMultiselect = (props) => {
|
|||
onChange={value => input.onChange(value)}
|
||||
onBlur={() => input.onBlur(input.value)}
|
||||
placeholder={placeholder}
|
||||
blurInputOnSelect={false}
|
||||
isMulti
|
||||
/>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue