Values.ValueMappingsSourceRepresents the data binding configuration for a value map.
type nonrec t = {values : ValueMappingList.t;The value and display value pairs.
*)bindingProperties : FormInputBindingProperties.t option;The information to bind fields to data at runtime.
*)}