Michael S. Molina
bb1cf7f145
refactor: Organizes the Select files ( #21589 )
2022-09-27 08:38:06 -03:00
cccs-RyanK
4fcc1d952f
chore: Extract common select component code ( #21094 )
2022-09-15 09:57:37 -03:00
Holger Bruch
6604a6ab28
chore(translations): Add missing i18n ( #17525 )
...
* Add *.ts to babel.cfg
* Add missing i18n calls
* Update pot file
* Fix lint issues and review comment
* Incorparate review feedback
* Fix missing or non-extractable i18n calls
* Update pot file
* Fix syntax error in CommonParameters.tsx
* Fix introduced issues
2021-11-27 14:50:33 +02:00
Michael S. Molina
55be249870
fix: Order of Select items when unselecting ( #17169 )
...
* fix: Order of Select items when unselecting
* Adds a property comparator that supports strings and numbers
* Uses a named export for propertyComparator
2021-10-25 08:47:01 -03:00
Geido
a57ae35011
fix: Verify when null value should be undefined in Select ( #17013 )
...
* Check for null value
* Safety chek SelectControl and SelectAsyncControl
2021-10-08 17:32:09 +03:00
Geido
a782a62097
chore: Select component refactoring - SelectAsyncControl - Iteration 5 ( #16609 )
...
* Refactor Select
* Implement onError
* Separate async request
* Lint
* Allow clear
* Improve type
* Reconcile with Select latest changes
* Fix handleOnChange
* Clean up
* Add placeholder
* Accept null values
* Update superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx
Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com >
* Clean up
* Implement type guard
* Fix lint
* Catch error within loadOptions
Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com >
2021-10-07 14:20:32 +03:00
Michael S. Molina
9b17e86b44
chore: Moves messageToasts to the components folder ( #14431 )
...
* chore: Moves messageToasts to the components folder
* Rebases
2021-09-22 07:44:54 -03:00
Bruno Motta
416f188328
test: SelectAsyncControl ( #13638 )
...
* SelectAsyncControl tests
* fix: lint error
* applying factory to props
2021-03-25 22:07:05 -07:00