From d5a655c79222d8302def942ae0c18bce4f771646 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <70410625+michael-s-molina@users.noreply.github.com> Date: Thu, 2 Sep 2021 13:17:47 -0300 Subject: [PATCH] fix: Adds a loading message when needed in the Select component (#16531) --- .../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 = ({ >