Values.ValueMappingSourceAssociates a complex object with a display value. Use ValueMapping to store how to represent complex objects when they are displayed.
type nonrec t = {displayValue : FormInputValueProperty.t option;The value to display for the complex object.
*)value : FormInputValueProperty.t;The complex object.
*)}