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
@@ -36,6 +36,8 @@ The FieldLookupRenderer component can be configured with the following propertie
36
36
| lookups | ISPFieldLookupValue[]| yes | Lookup field values. |
37
37
| dispFormUrl | boolean | no | Url of Display form for the list that is referenced by the lookup. |
38
38
| onClick | (args: ILookupClickEventArgs) => {} | no | Custom event handler of lookup item click. If not set the dialog with Display Form will be shown. |
39
+
| fieldId | string | Field's id |
40
+
| context | IContext | Customizer context. Must be providede if fieldId is set |
0 commit comments