We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4f0fd commit c06931bCopy full SHA for c06931b
src-ts/lib/member-autocomplete/InputHandleAutocomplete.tsx
@@ -29,6 +29,7 @@ const InputHandleAutocomplete: FC<InputHandleAutocompleteProps> = (props: InputH
29
control: (provided) => ({
30
...provided,
31
border: 'none',
32
+ boxShadow: 'none',
33
}),
34
input: (provided) => ({
35
0 commit comments