Commit Graph

9 Commits

Author SHA1 Message Date
Kamil Gabryjelski
a5a0cf9ffb feat: Add oneLine mode to AsyncSelect (#22379) 2022-12-12 16:01:29 +01:00
Michael S. Molina
97e3e790a3 feat: Adds the DropdownContainer component (#21974) 2022-11-03 14:53:50 +01:00
Michael S. Molina
bb1cf7f145 refactor: Organizes the Select files (#21589) 2022-09-27 08:38:06 -03:00
JUST.in DO IT
e2b77a7543 fix(sqllab): avoid unexpected re-rendering on DatabaseSelector (#21316) 2022-09-23 14:28:42 -03:00
cccs-RyanK
4fcc1d952f chore: Extract common select component code (#21094) 2022-09-15 09:57:37 -03:00
Michael S. Molina
fbe980779e feat: Adds a helper text option to the Select component (#21269)
Co-authored-by: Geido <60598000+geido@users.noreply.github.com>
2022-09-02 08:31:37 -03:00
Michael S. Molina
6650076228 fix: forwardRef warnings in selects (#20970) 2022-08-09 09:00:12 -03:00
cccs-RyanK
fe91974163 chore: Remove unecessary code from async and sync select components (#20690)
* Created AsyncSelect Component
Changed files to reference AsyncSelect if needed

* modified import of AsyncSelect, removed async tests and prefixes from select tests

* fixed various import and lint warnings

* fixing lint errors

* fixed frontend test errors

* fixed alertreportmodel tests

* removed accidental import

* fixed lint errors

* updated async select

* removed code from select component

* fixed select test

* fixed async label value and select initial values

* cleaned up async test

* fixed lint errors

* minor fixes to sync select component

* removed unecessary variables and fixed linting

* fixed npm test errors

* fixed linting issues

* fixed showSearch and storybook

* fixed linting
2022-07-28 10:09:37 -03:00
cccs-RyanK
1109fe5fb7 chore: Split Select component into Async and Sync components (#20466)
* Created AsyncSelect Component
Changed files to reference AsyncSelect if needed

* modified import of AsyncSelect, removed async tests and prefixes from select tests

* fixed various import and lint warnings

* fixing lint errors

* fixed frontend test errors

* fixed alertreportmodel tests

* removed accidental import

* fixed lint errors

* updated async select
2022-07-07 15:51:37 -03:00