From f171694a8f4510d96c5730dbd883446e53184acf Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" Date: Tue, 31 Aug 2021 16:32:49 -0300 Subject: [PATCH] fix: Adds a loading message when needed in the Select component --- .../src/components/Select/Select.stories.tsx | 3 + .../src/components/Select/Select.tsx | 98 +++++++++++++------ 2 files changed, 70 insertions(+), 31 deletions(-) diff --git a/superset-frontend/src/components/Select/Select.stories.tsx b/superset-frontend/src/components/Select/Select.stories.tsx index e6dd867d972c..33f1ce6d5022 100644 --- a/superset-frontend/src/components/Select/Select.stories.tsx +++ b/superset-frontend/src/components/Select/Select.stories.tsx @@ -300,6 +300,7 @@ const USERS = [ ]; export const AsyncSelect = ({ + fetchOnlyOnSearch, withError, withInitialValue, responseTime, @@ -381,7 +382,9 @@ export const AsyncSelect = ({ >