PromucFlow_constructor/app/client/src/widgets/JSONFormWidget/fields
ashit-rath f0952b8082
fix: JSONForm RadioGroupField - support numeric values in the options (#13365)
* fix: JSONForm RadioGroupField accept numeric values in the options

* cypress test - clear options before adding

* update code editor clear
2022-05-05 11:10:52 +05:30
..
ArrayField.tsx feat: App Theming (#9714) 2022-05-04 15:15:57 +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 feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
CurrencyInputField.tsx feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
DateField.tsx feat: App Theming (#9714) 2022-05-04 15:15:57 +05:30
FieldRenderer.tsx feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
index.ts feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
InputField.test.ts feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
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 feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
PhoneInputField.tsx feat: App Theming (#9714) 2022-05-04 15:15:57 +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 feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
useObserveAccessor.ts feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
useRegisterFieldValidity.test.tsx feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
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