From f0d24f1d9432b1e6b47366a76c3e7ca2a7089459 Mon Sep 17 00:00:00 2001 From: Andreas Schultz Date: Wed, 15 Oct 2025 18:38:35 +0200 Subject: [PATCH] Always add class 'nodrag' to SuggestField's popover content element - This should prevent dragging of react-flow and dnd-kit elements when interacting with the component. --- CHANGELOG.md | 2 ++ src/components/AutocompleteField/AutoCompleteField.tsx | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 756d9383c..ae26793c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,8 @@ This is a major release, and it might be not compatible with your current usage - use `` by default for new connection lines, you can overwrite it by setting `connectionLineComponent` to `undefined` - overrite the native SCSS `rgba()` function, so it now works for SCSS color values and CSS custom properties - `getColorConfiguration()` works with CSS custom properties +- `` + - Always add class 'nodrag' to popover content element to always prevent dragging of react-flow and dnd-kit elements when interacting with the component. ### Deprecated diff --git a/src/components/AutocompleteField/AutoCompleteField.tsx b/src/components/AutocompleteField/AutoCompleteField.tsx index f51aca4d5..11761e5eb 100644 --- a/src/components/AutocompleteField/AutoCompleteField.tsx +++ b/src/components/AutocompleteField/AutoCompleteField.tsx @@ -487,6 +487,7 @@ function AutoCompleteField(props: AutoCompleteFieldProps