diff --git a/superset-frontend/src/components/Select/Select.stories.tsx b/superset-frontend/src/components/Select/Select.stories.tsx index 67e60163668a..d64eb78a4c3a 100644 --- a/superset-frontend/src/components/Select/Select.stories.tsx +++ b/superset-frontend/src/components/Select/Select.stories.tsx @@ -112,7 +112,7 @@ const ARG_TYPES = { }, }, allowNewOptions: { - description: `It enables the user to create new options. + description: `It enables the user to create new options. Can be used with standard or async select types. Can be used with any mode, single or multiple. False by default. `,