PromucFlow_constructor/app/client/src/widgets/JSONFormWidget
Abhinav Jha 34b7a841b7
fix: Enable auto height by default for JSONForm widget (#18932)
## Description
- JSONForm by default now has auto height enabled
- Changed the CSS for the messages in JSONForm to a fixed height. This
way, the JSONForm widget doesn't change height until the default form
schema is first loaded.
- Made sure to leave the behaviour in fixed mode uneffected.

Fixes #18931

Media



https://user-images.githubusercontent.com/103687/207424195-47712381-2dd2-4aa2-a8b2-6fe159557482.mov



## Type of change
- New feature (non-breaking change which adds functionality)


## How Has This Been Tested?
- Manual
- Cypress PENDING


## Checklist:
### Dev activity
- [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
- [PENDING] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [PENDING] 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
- [NA] PR is being merged under a feature flag


### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test

Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-12-23 17:05:27 +05:30
..
component fix: Enable auto height by default for JSONForm widget (#18932) 2022-12-23 17:05:27 +05:30
fields feat:allow local decimal sep. curr. & input widget (#16380) 2022-11-02 16:02:45 +05:30
widget fix: Enable auto height by default for JSONForm widget (#18932) 2022-12-23 17:05:27 +05:30
constants.ts fix: JSONForm field event trigger binding get updated formData values (#15650) 2022-08-05 11:49:24 +05:30
FormContext.tsx fix: JSONForm field event trigger binding get updated formData values (#15650) 2022-08-05 11:49:24 +05:30
helper.test.ts fix: JSONForm - hidden field value reflects in formData (#13739) 2022-05-12 17:52:44 +05:30
helper.ts fix: search functionality in tree select (#16073) 2022-08-18 16:00:37 +05:30
icon.svg chore: [ImgBot] Optimize images (#12266) 2022-04-08 22:52:58 +05:30
index.ts fix: Enable auto height by default for JSONForm widget (#18932) 2022-12-23 17:05:27 +05:30
schemaParser.test.ts refactor: JSONForm eliminate the use of canvasWidgets and remove childStylesheet from dynamicBindingPathList (#18715) 2022-12-12 10:13:18 +05:30
schemaParser.ts refactor: JSONForm eliminate the use of canvasWidgets and remove childStylesheet from dynamicBindingPathList (#18715) 2022-12-12 10:13:18 +05:30
schemaTestData.ts refactor: JSONForm eliminate the use of canvasWidgets and remove childStylesheet from dynamicBindingPathList (#18715) 2022-12-12 10:13:18 +05:30