PromucFlow_constructor/app/client/src
GitStart-Appsmith 4d7d7f80f9
feat: [APPSMTH-30] When field is hidden in a json form allow user to set if they want to use source data as fallback (#18791)
## Description
When fields is hidden in a json form, those fields value are no longer
available on the widget formData. This implementation is meant to give
dev the options to set if they want to use sourceData that still
contains hidden fields value as fallback when some fields are hidden.

### Step To Reproduce
1. Drop a JSON form
2. create a field and its value is present in the Jsonform1.formdata
3. make this field invisible and its value is not present in the
formdata anymore.
4. do the same thing with a simple form, the field is present regardless
of the field visiibility.


NB: This would require updating the Appsmith Documentation

Fixes #14231 

## Type of change

- New feature (non-breaking change which adds functionality)
- This change requires a documentation update

## How Has This Been Tested?
- Cypress Tests

## Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
2023-01-03 13:32:16 +05:30
..
actions fix: Save JS Execution data on trigger (#18940) 2022-12-30 13:31:08 +01:00
api feat: in-app embed settings (#19023) 2022-12-26 10:41:33 +05:30
assets chore: Updating the graphics for Access control upgrade page (#19154) 2022-12-23 13:39:36 +05:30
ce fix: Updating placeholder of input field on invite modal used on edit & deployed app (#19245) 2023-01-02 17:48:26 +05:30
components fix: Improving form widget keyboard accessibility (#18991) 2022-12-30 15:52:11 +01:00
constants fix: Improving form widget keyboard accessibility (#18991) 2022-12-30 15:52:11 +01:00
ee chore: update imports for code split (#19085) 2022-12-22 12:04:28 +05:30
enterprise
entities fix: ds discard popup issue fixes (#19114) 2022-12-30 15:53:24 +05:30
globalStyles chore: use typography and getTypographyFromKey from the design-system (#18050) 2022-11-16 11:32:00 +07:00
icons
mockComponentProps
mockResponses
mocks
navigation fix: set soft focus for property pane inputs (#19009) 2022-12-16 22:52:47 +05:30
normalizers
pages fix: Updating placeholder of input field on invite modal used on edit & deployed app (#19245) 2023-01-02 17:48:26 +05:30
polyfills
reducers fix: Save JS Execution data on trigger (#18940) 2022-12-30 13:31:08 +01:00
reflow fix: Switch to preview mode performance issue (#18457) 2022-11-27 22:42:00 +05:30
resizable feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
sagas fix: jsObject updates (#19303) 2023-01-03 13:19:33 +05:30
selectors fix: Save JS Execution data on trigger (#18940) 2022-12-30 13:31:08 +01:00
templates
theme fix: Table reskinning (#17228) 2022-10-14 10:23:31 +05:30
transformers fix: ds discard popup issue fixes (#19114) 2022-12-30 15:53:24 +05:30
utils fix: Improving form widget keyboard accessibility (#18991) 2022-12-30 15:52:11 +01:00
widgets feat: [APPSMTH-30] When field is hidden in a json form allow user to set if they want to use source data as fallback (#18791) 2023-01-03 13:32:16 +05:30
workers fix: jsObject updates (#19303) 2023-01-03 13:19:33 +05:30
.gitignore
App.css
AppErrorBoundry.tsx
AppRouter.tsx chore: route change listener (#19090) 2022-12-26 07:10:09 +00:00
config.d.ts feat: Add type inference for redux's useSelector hook (#18257) 2022-11-28 08:13:17 +00:00
index.css fix: show more modal of a truncated text widget is flickering (#18888) 2022-12-14 13:43:43 +05:30
index.tsx chore: Navigation analytics (#18781) 2022-12-15 09:36:13 +05:30
LandingScreen.tsx feat: Branding (#18717) 2022-12-09 20:13:47 +05:30
react-app-env.d.ts
RouteBuilder.ts feat: Command Click for nested properties (#19004) 2022-12-26 10:49:02 +05:30
RouteChangeListener.tsx chore: route change listener (#19090) 2022-12-26 07:10:09 +00:00
RouteParamsMiddleware.ts feat: New settings pane (#16361) 2022-12-02 11:19:51 +05:30
serviceWorker.js fix: Log ChunkLoadError on Sentry only after 3rd failure (#18196) 2022-11-18 09:33:23 +00:00
store.ts fix: geolocation api callbacks are not called (#18235) 2022-11-30 16:08:15 +05:30
wdyr.ts