@bigbinary/neeto-form-frontend 1.0.26 → 1.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -72,6 +72,7 @@ import { BuildForm } from "@bigbinary/neeto-form-frontend";
72
72
  | `submitButtonProps` | `object` | Props for submit button |
73
73
  | `cancelButtonProps` | `object` | Props for cancel button |
74
74
  | `requiredFields` | `string[]` | Fields that are required. Provided fields will be treated as required by default in the External form, the checkbox for toggling `required` will be hidden for the fields. Accepts array of kinds: `name`, `email`, `phone`, `rating`, `checkbox`, `dropdown` |
75
+ | `questionKinds` | `object[]` | To override default question kinds |
75
76
 
76
77
  `ExternalForm` component is used to render a form.
77
78