Slide 10
Slide 10 text
Customized Creation Form with OLM Descriptors - Ordering of Form Fields
● The ordering of form fields
depends on whether a field:
1. has a specDescriptor (sorted
based on specDescriptors
array order),
2. is "required" (a ‘required:’
property in the schema),
3. "optional",
4. or "advanced" (assigned with
an advanced x-descriptor).
● In general, “fields with
specDescriptors” will be sorted
higher than those without, and
“required fields” will be sorted
higher than optional fields.
○ See full set of sorting rules.