mirror of
https://github.com/apache/superset.git
synced 2026-06-05 07:39:19 +00:00
fix: Make Select component fire onChange listener when a selection is pasted in (#25993)
This commit is contained in:
@@ -554,6 +554,7 @@ const AsyncSelect = forwardRef(
|
||||
...values,
|
||||
]);
|
||||
}
|
||||
fireOnChange();
|
||||
};
|
||||
|
||||
const shouldRenderChildrenOptions = useMemo(
|
||||
|
||||
Reference in New Issue
Block a user