Gets or sets the description of the field.
The description is displayed below the input. If set, it overrides the default description coming from SharePoint.
Supports resource keys with the RESX. prefix (e.g. "RESX.MyFieldDescription").
The key is resolved from the form's Resources translation table.
Gets or sets whether the field is hidden.
ReadonlyinternalGets the internal name that is used for the field.
ReadonlyoriginalGets original field value before any changes. This value is not updated when the field value is changed.
Gets or sets whether the field is read-only.
Gets or sets whether the field requires a value.
Gets or sets the title (label) of the field.
The title is displayed in the field header. If set, it overrides the default title coming from SharePoint.
Supports resource keys with the RESX. prefix (e.g. "RESX.MyFieldTitle").
The key is resolved from the form's Resources translation table.
ReadonlytypeGets the type of the field.
Gets value of the attachment field. If used setting value then Error is thrown.
Protectedgetgets field property from tisaFields (TiSaProvider.tsx)
Subscribes to field value changes.
callback invoked when the value changes
Protectedsetsets field property in tisaFields (TiSaProvider.tsx)
Manages an attachment field. The attachment field is used to display a list of attachments on a SharePoint item.
Inherits core field functionality from Field, including: