You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ The type adds four options to the collection type options, of which one is requi
47
47
48
48
*`value_type` (required) defines which form type to use to render the value field
49
49
*`value_options` optional options to the child defined in `value_type`
50
+
*`key_type` defines which form type to use to render the key field (default is a `text` field)
51
+
*`key_options` optional options to the child defined in `key_type`
50
52
*`allowed_keys` if this option is provided, the key field (which is usually a simple text field) will change to a `choice` field, and allow only those values you supplied in the this option.
51
53
*`use_container_object` see explanation below at 'The KeyValueCollection'
0 commit comments