superset/superset-frontend
Corbin Robb f476ba23a2
fix(select): select component sort functionality on certain options (#17638)
* fix: Select component sort function sorting by label instead of value on numbers

* fix: change select component default sorting to sort by the initial index rather than a property like value or label

* fix: select sorting add sortOptions to select components using sortByProperty

* fix: change select component back, add order to options coming in from SelectControl

* fix: select component options intitial sort bug

* fix: add test cases for select fix

Co-authored-by: Corbin Robb <corbin@Corbins-MacBook-Pro.local>
2021-12-09 11:40:25 -05:00
..
.storybook refactor(monorepo): frontend code cleanup after monorepo (#17639) 2021-12-04 10:55:04 +08:00
cypress-base feat(explore): support show annotation label [ID-8] (#17307) 2021-12-02 00:26:32 -07:00
packages fix(select): select component sort functionality on certain options (#17638) 2021-12-09 11:40:25 -05:00
plugins fix(select): select component sort functionality on certain options (#17638) 2021-12-09 11:40:25 -05:00
scripts refactor(monorepo): frontend code cleanup after monorepo (#17639) 2021-12-04 10:55:04 +08:00
spec fix(select): select component sort functionality on certain options (#17638) 2021-12-09 11:40:25 -05:00
src fix(select): select component sort functionality on certain options (#17638) 2021-12-09 11:40:25 -05:00
temporary_superset_ui refactor(monorepo): relocate deckgl to Superset (#17596) 2021-12-09 08:45:18 +08:00
.eslintignore refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
.eslintrc.js refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
.gitignore Upgrade typescript to 3.8.2 (#9189) 2020-02-25 08:44:26 -08:00
.nvmrc chore: update node version in nvmrc (#17492) 2021-11-23 11:18:22 +02:00
.prettierignore chore: add .prettierignore and update pre-commit-config 2021-11-26 17:17:24 +08:00
babel.config.js refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
cypress_build.sh build(deps-dev): update cypress to 5.5.0, improvements for running locally (#11603) 2020-11-10 15:51:47 -08:00
jest.config.js refactor(monorepo): relocate deckgl to Superset (#17596) 2021-12-09 08:45:18 +08:00
js_build.sh SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
lerna.json remove temporary_superset_ui 2021-11-30 11:17:54 +08:00
package-lock.json refactor(monorepo): relocate deckgl to Superset (#17596) 2021-12-09 08:45:18 +08:00
package.json refactor(monorepo): frontend code cleanup after monorepo (#17639) 2021-12-04 10:55:04 +08:00
prettier.config.js refactor: merge/upgrade superset-ui packages (#10790) 2020-09-09 13:18:55 -07:00
tsconfig.json refactor(monorepo): frontend code cleanup after monorepo (#17639) 2021-12-04 10:55:04 +08:00
webpack.config.js refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
webpack.proxy-config.js test: add React Testing Library (#11771) 2020-12-01 11:14:37 -08:00