From 6eadca25d1ab7498abb8027e7dc866ee2d930a31 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Thu, 19 Mar 2020 10:49:25 +0300 Subject: [PATCH] Merge: - client: fix tags select on mobile Closes #1471 Squashed commit of the following: commit 1ce2c742e268b49332f73c9ac17722dbe0e8dd92 Author: Ildar Kamalov Date: Tue Mar 17 15:38:04 2020 +0300 - client: fix tags select on mobile --- client/src/components/Settings/Clients/Form.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/Settings/Clients/Form.js b/client/src/components/Settings/Clients/Form.js index dfed84fb..bccabce2 100644 --- a/client/src/components/Settings/Clients/Form.js +++ b/client/src/components/Settings/Clients/Form.js @@ -112,6 +112,7 @@ const renderMultiselect = (props) => { onChange={value => input.onChange(value)} onBlur={() => input.onBlur(input.value)} placeholder={placeholder} + blurInputOnSelect={false} isMulti /> );