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
Most fields can be themed without changing their functionality using FieldTemplate, ObjectFieldTemplate, ArrayFieldTemplate etc.
The new oneOf support introduces a new field type. This field type should have a similar configurable property called OneOfFieldTemplate that allows the UI to change without changing the functionality.
This would also be a required fix in order to solve #1010 in a consistent way across fields.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please leave a comment if this is still an issue for you. Thank you.
Prerequisites
Description
Most fields can be themed without changing their functionality using
FieldTemplate
,ObjectFieldTemplate
,ArrayFieldTemplate
etc.The new
oneOf
support introduces a new field type. This field type should have a similar configurable property calledOneOfFieldTemplate
that allows the UI to change without changing the functionality.This would also be a required fix in order to solve #1010 in a consistent way across fields.
The text was updated successfully, but these errors were encountered: