ToolJet/frontend
Manish Kushare 40953cbfca
added component specific action to Dropdown Widget (#3496)
* added component specific action

* remove the type from params of the action object

* changed action and handle name

* fire event on select

* If the value is not a part of the set of available options, then the exposed value should be undefined

* fixed the logic to set exposed variable to undefined for invalid option

* removed console's

* expose and use updateRegisteredAction to update action whenever dependencies change

* Add support for dependencies in registerAction callback

If dependencies are provided, the registerAction callback will update
the action whenever the dependencies are updates. This is similar to
how useEffect works.

* Remove unnecesary code

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2022-07-18 17:51:21 +05:30
..
__mocks__ Test: add app-util test setup (#2326) 2022-02-23 09:48:05 +05:30
assets/images Rename colorPicker.svg to colorpicker.svg 2022-07-18 16:17:14 +05:30
config update routes for nginx conf and event gateway for being proxied (#3183) 2022-06-01 18:23:41 +05:30
ee/components/LoginPage Instance level SSO for Multi-Workpsace (#3441) 2022-07-18 11:40:52 +05:30
src added component specific action to Dropdown Widget (#3496) 2022-07-18 17:51:21 +05:30
.dockerignore Setup docker-compose for local development 2021-04-29 15:29:25 +05:30
.eslintrc.json Test: add app-util test setup (#2326) 2022-02-23 09:48:05 +05:30
.gitignore Initial commit for react app 2021-03-31 19:31:01 +05:30
babel.config.js Test: add app-util test setup (#2326) 2022-02-23 09:48:05 +05:30
firebase.json Firebase deploy config 2021-04-16 10:47:42 +05:30
package-lock.json Merge branch 'develop' into feature/athena 2022-06-15 12:15:46 +05:30
package.json [Feature] Kanban board widget (#3049) 2022-06-14 11:06:36 +05:30
webpack.config.js Hotfixed : Favicon icon not displayed in preview and launch page (#3154) 2022-05-30 14:44:10 +05:30