This is an automated email from the ASF dual-hosted git repository.
kgabryje pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 4cbd70db34 fix: Revert shared controls typing change. (#22014)
add 97e3e790a3 feat: Adds the DropdownContainer component (#21974)
No new revisions were added by this update.
Summary of changes:
.../DropdownContainer.stories.tsx | 103 +++++++++
.../src/components/DropdownContainer/index.tsx | 256 +++++++++++++++++++++
.../src/components/Select/AsyncSelect.tsx | 9 +-
superset-frontend/src/components/Select/Select.tsx | 9 +-
superset-frontend/src/components/Select/styles.tsx | 40 ++--
superset-frontend/src/components/Select/types.ts | 4 +
6 files changed, 403 insertions(+), 18 deletions(-)
create mode 100644
superset-frontend/src/components/DropdownContainer/DropdownContainer.stories.tsx
create mode 100644 superset-frontend/src/components/DropdownContainer/index.tsx