PromucFlow_constructor/app/client
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
..
cypress feat: Application templates (#10964) 2022-03-03 16:26:53 +05:30
docker Added zipy.ai for analytics (#11411) 2022-02-25 08:58:03 +05:30
generators
patches
perf Fix an issue with saving run data (#11242) 2022-02-18 16:03:39 +05:30
public Added zipy.ai for analytics (#11411) 2022-02-25 08:58:03 +05:30
src fix: Drop down multiselect usage fixes for query forms (#11465) 2022-03-03 16:42:02 +01:00
test fix: select widget accept string and object in the defaultOption property (#11082) 2022-02-22 00:43:35 -08:00
typings
.babelrc refactor: code splitting to support third party sso/oidc in EE (#10201) 2022-01-07 11:38:17 +05:30
.dockerignore
.editorconfig
.eslintrc.json chore: git sync cypress tests (#10006) 2022-02-25 06:13:16 +00:00
.flowconfig
.gitignore
.huskyrc
.lintstagedrc
.nvmrc
.prettierignore
.prettierrc
.sentryclirc
build.sh
craco.build.config.js Add brotli and gzip compression (#10869) 2022-02-05 01:52:31 +05:30
craco.common.config.js feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
craco.dev.config.js
cypress.env.json refactor: admin settings (#9906) 2022-02-11 23:38:46 +05:30
cypress.json test: Automated tests for Promises & related bugs in Typescript + Flaky fixes (#10378) 2022-03-02 16:54:43 +00:00
Dockerfile Fix path to http nginx config file (#10395) 2022-01-13 19:02:35 +05:30
gitbook-algolia-lambda.js chore: replaced == and != with === and !=== (#10733) 2022-02-05 11:11:15 +05:30
index.tsx feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
jest.config.js chore: Remove old way of adding feature flags (#11213) 2022-02-16 19:57:58 +05:30
netlify.toml chore: Remove old way of adding feature flags (#11213) 2022-02-16 19:57:58 +05:30
package.json feat: Application templates (#10964) 2022-03-03 16:26:53 +05:30
README.md
README.old.md
start-https.sh fix: Remove reset password button if form login is disabled (#11591) 2022-03-03 18:49:10 +05:30
stats.json feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
tailwind.config.js feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
tsconfig.json
tsconfig.path.json refactor: code splitting to support third party sso/oidc in EE (#10201) 2022-01-07 11:38:17 +05:30
vercel.json chore: Remove old way of adding feature flags (#11213) 2022-02-16 19:57:58 +05:30
yarn.lock feat: Application templates (#10964) 2022-03-03 16:26:53 +05:30

Appsmith Client

This project was bootstrapped with Create React App.

For details on setting up your development machine, please refer to the Setup Guide