PromucFlow_constructor/app/client/src/widgets/JSONFormWidget/fields
ashit-rath e44aecfe85
fix: JSONForm missing theming accent color property and few JS enabled controls not access sourceData/formData properties (#13817)
* fix: JSONForm missing theming accent color property and few JS enabled inaccessible sourceData/formData properties

* reverted adding of customJSControl JSON_FORM_COMPUTE_VALUE for exisiting properties

* minor revert

* minor fix
2022-05-13 19:53:23 +05:30
..
ArrayField.tsx feature: JSONForm - disable add new and remove buttons when array is disabled (#13520) 2022-05-09 17:34:49 +05:30
BaseInputField.tsx feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
CheckboxField.tsx feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
CurrencyInputField.test.ts
CurrencyInputField.tsx feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
DateField.tsx fix: JSONForm missing theming accent color property and few JS enabled controls not access sourceData/formData properties (#13817) 2022-05-13 19:53:23 +05:30
FieldRenderer.tsx fix: JSONForm - hidden field value reflects in formData (#13739) 2022-05-12 17:52:44 +05:30
index.ts
InputField.test.ts
InputField.tsx feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
MultiSelectField.tsx feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
ObjectField.tsx feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
PhoneInputField.test.ts fix: JSONForm Phone number field required validation (#13525) 2022-05-09 14:59:53 +05:30
PhoneInputField.tsx fix: JSONForm Phone number field required validation (#13525) 2022-05-09 14:59:53 +05:30
RadioGroupField.tsx fix: JSONForm RadioGroupField - support numeric values in the options (#13365) 2022-05-05 11:10:52 +05:30
SelectField.tsx feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
SwitchField.tsx feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
useBlurAndFocusEvents.ts
useObserveAccessor.ts
useRegisterFieldValidity.test.tsx
useRegisterFieldValidity.ts fix: submit button not disabled in invalid json form on first load (#13415) 2022-05-04 10:45:27 +05:30
useUpdateInternalMetaState.ts fix: Replace "klona/full" -> "klona" in JSONForm to avoid cloning of non-enumerable properties (#13193) 2022-04-22 14:15:45 +05:30