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
In order to have #356 support map of arbitrary objects, a field for general Object must be present. This field should allow:
various objects to be shown, each with the corresponding field (registering known types, reasonable default for unknown)
setting null value with the given editor or without it (e.g. with default label no value or similar, configurable through properties)
creating a new value of one of the registered known types, as well as (optionally) changing the type of the object in the field (e.g. from LocalDate to String)
The text was updated successfully, but these errors were encountered:
In order to have #356 support map of arbitrary objects, a field for general
Object
must be present. This field should allow:null
value with the given editor or without it (e.g. with default labelno value
or similar, configurable through properties)LocalDate
toString
)The text was updated successfully, but these errors were encountered: