You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2020/11/12 19:37:06 UTC

[incubator-superset] branch master updated (542d2e3 -> b277f19)

This is an automated email from the ASF dual-hosted git repository.

yjc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 542d2e3  chore: clean up a debug line from #11653 (#11663)
     add b277f19  keep placeholder on multiselect (#11289)

No new revisions were added by this update.

Summary of changes:
 .../integration/explore/AdhocFilters.test.ts       |   5 +-
 .../explore/components/SelectControl_spec.jsx      | 156 ++++++++++++++++++---
 .../src/components/Select/Select.stories.tsx       | 129 +++++++++++++++++
 superset-frontend/src/components/Select/styles.tsx |  49 ++++++-
 .../components/controls/AdhocFilterControl.jsx     |   2 +-
 .../explore/components/controls/MetricsControl.jsx |   6 +-
 .../explore/components/controls/SelectControl.jsx  |  87 +++++++++---
 7 files changed, 384 insertions(+), 50 deletions(-)
 create mode 100644 superset-frontend/src/components/Select/Select.stories.tsx