PromucFlow_constructor/app/client/src/components/formControls
Ayush Pahwa 5c187d61ef
fix: Drop down multiselect usage fixes for query forms (#11465)
* Update: Type for initialValues

- Added string[] to the initialValues type to allow dropdowns to have multiple values too

* Remove: Old projection selector file

- Removed projection selector file
- The new usage will be the old drop down file with new options

* Update: Dropdown file

- Added options to select and deselect the multiple drop down options
- Added functions to handle selection and deselection
- Added option in final render method to allow searching
- Handled default values for multi select and single select drop downs

* Update FormControlRegistry.tsx

- Updated projection component to point to drop down component with extra options

* Update: Fixed logic for dropdown select

- Fixed the if condition blocks to catch the case when the multiselect output is not an array
2022-03-03 16:42:02 +01:00
..
BaseControl.tsx fix: Drop down multiselect usage fixes for query forms (#11465) 2022-03-03 16:42:02 +01:00
CheckboxControl.tsx feat: adding ads component for UQI (#8777) 2021-12-27 17:34:45 +05:30
DropDownControl.tsx fix: Drop down multiselect usage fixes for query forms (#11465) 2022-03-03 16:42:02 +01:00
DynamicInputTextControl.test.tsx [Fix] Fix mouse click for the autocomplete at the api pane (#5929) 2021-07-19 17:36:04 +05:30
DynamicInputTextControl.tsx fix: Where clause UI fixes (10406) (#10411) 2022-01-14 19:20:54 +05:30
DynamicTextFieldControl.test.tsx feat: Changing evaluations for UQI from hidden type to js objects (#6792) 2021-08-26 11:07:07 +05:30
DynamicTextFieldControl.tsx feat: Add enable/disable functionality to form components (#10215) 2022-01-06 20:09:21 +05:30
EntitySelectorControl.tsx fix: Updated drop down control memo usage (#11218) 2022-02-26 22:41:38 +05:30
FieldArrayControl.tsx feat: adding ads component for UQI (#8777) 2021-12-27 17:34:45 +05:30
FilePickerControl.tsx fix: Where clause UI fixes (10406) (#10411) 2022-01-14 19:20:54 +05:30
FixedKeyInputControl.tsx fix: Where clause UI fixes (10406) (#10411) 2022-01-14 19:20:54 +05:30
InputNumberControl.tsx - Auto fix sort ddestructured props rule 2021-05-13 14:05:39 +05:30
InputTextControl.tsx fix: Where clause UI fixes (10406) (#10411) 2022-01-14 19:20:54 +05:30
KeyValueArrayControl.tsx fix: Where clause UI fixes (10406) (#10411) 2022-01-14 19:20:54 +05:30
KeyValueInputControl.tsx fix: Where clause UI fixes (10406) (#10411) 2022-01-14 19:20:54 +05:30
PaginationControl.tsx fix: add binding paths for new UQI components (#11287) 2022-02-26 09:22:06 +05:30
SortingControl.tsx fix: add binding paths for new UQI components (#11287) 2022-02-26 09:22:06 +05:30
StyledControls.tsx feat: Appsmith design system changes (#8125) 2021-10-04 21:04:37 +05:30
SwitchControl.tsx feat: Add enable/disable functionality to form components (#10215) 2022-01-06 20:09:21 +05:30
utils.test.ts Introducing Google Sheets Plugin (#3517) 2021-04-22 09:00:09 +05:30
utils.ts fix: add binding paths for new UQI components (#11287) 2022-02-26 09:22:06 +05:30
WhereClauseControl.tsx fix: add binding paths for new UQI components (#11287) 2022-02-26 09:22:06 +05:30