mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 09:14:46 +01:00
use text input on all non-multi-operator queries (#4334)
Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com>
This commit is contained in:
parent
c466a58837
commit
01304ff3d9
@ -88,7 +88,7 @@ export function PropertyValue({
|
||||
|
||||
return (
|
||||
<>
|
||||
{isOperatorRegex(operator) ? (
|
||||
{!isOperatorMulti(operator) ? (
|
||||
<AutoComplete
|
||||
{...commonInputProps}
|
||||
onChange={(val) => {
|
||||
|
@ -14,6 +14,7 @@
|
||||
padding-right: 8px;
|
||||
position: relative;
|
||||
top: -4px;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user