items.editor String|Function

Provides a way to specify a custom editing UI for the value of the property. To create the editing UI, use the container parameter.

  • The editing UI has to contain an element with a set name HTML attribute. The attribute value should be set to value.
  • The validation settings that are defined in the model.fields configuration will not be applied automatically. In order for the validation to work, you (the developer) are responsible for attaching the corresponding validation attributes to the editor input. If the custom editor is a component, to avoid visual issues, you can customize the tooltip position of the validation warning.

When used as String, defines the editor component type. Set the options for the component via the items.editorOptions.For further info check the Form API: field

In this article