PromucFlow_constructor/app/client/src/widgets/JSONFormWidget/component
ashit-rath 07757c7e7b
fix: Replace "klona/full" -> "klona" in JSONForm to avoid cloning of non-enumerable properties (#13193)
- non-enumerable like `writable`, `configurable`, `enumerable` were getting cloned with `klona/full` and it wasn't needed.
2022-04-22 14:15:45 +05:30
..
Accordion.tsx feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
Field.tsx fix: Replace "klona/full" -> "klona" in JSONForm to avoid cloning of non-enumerable properties (#13193) 2022-04-22 14:15:45 +05:30
FieldLabel.tsx feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
Form.tsx fix: Replace "klona/full" -> "klona" in JSONForm to avoid cloning of non-enumerable properties (#13193) 2022-04-22 14:15:45 +05:30
index.tsx feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
NestedFormWrapper.tsx feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
styleConstants.ts feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
useFixedFooter.ts feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30