superset/superset-frontend/cypress-base/cypress/integration/explore/visualizations
Jesse Yang 81ab8dd8b4
feat: upgrade react-select and make multi-select sortable (#9628)
* feat: upgrade react-select v1.3.0 to v3.1.0

Upgrade `react-select`, replace `react-virtualized-select` with a custom
solution implemented with `react-window`.

Future plans include deprecate `react-virtualized` used in other places, too.

Migrate all react-select related components to `src/Components/Select`.

* Fix new list view

* Fix tests

* Address PR comments

* Fix a flacky Cypress test

* Adjust styles for Select in CRUD ListView

* Fix loadOptions for owners select in chart PropertiesModal

TODO: add typing support for AsyncSelect props.

* Address PR comments; allow isMulti in SelectControl, too

* Clean up NaN in table filter values

* Fix flacky test
2020-05-19 16:59:49 -07:00
..
area.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
big_number_total.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
big_number.js [Build] Add Github workflows (#9517) 2020-04-14 13:38:09 -07:00
box_plot.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
bubble.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
compare.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
dist_bar.js SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
dual_line.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
filter_box.js SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
histogram.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
index.test.js SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
line.js SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
pie.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
pivot_table.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
sankey.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
shared.helper.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
sunburst.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
table.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
time_table.js SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
treemap.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00
world_map.js feat: upgrade react-select and make multi-select sortable (#9628) 2020-05-19 16:59:49 -07:00