Any Field
The any
field.
Properties
Title |
Any |
Description |
Any field. |
Field Type |
any |
Base Field Type |
control |
Schema
Property |
Type |
Default |
Description |
enum |
array |
|
List of specific values for this property |
Options
Property |
Type |
Default |
Description |
name |
string |
|
Field Name. |
showMapOnLoad |
boolean |
|
|
sort |
function |
|
Defines an f(a,b) sort function for the array of enumerated values [{text, value}]. This is used to sort enum and optionLabels as well as results that come back from any data sources (for select and radio controls). By default the items are sorted alphabetically. Don't apply any sorting if false. |
validateAddress |
boolean |
true |
Enable address validation if true |
Example 1
Check out Combo Field Example for how to render any data type with user specified control field.
{% raw %}
{% endraw %}
Example 2
{% raw %}
{% endraw %}