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
|`label`|`String`| Optional lookup label. Label is hidden if attribute is omitted. |
128
-
|`selection`|`[ LookupSearchResult ]`| Lookup initial selection if any.. |
129
-
|`placeholder`|`String`| Lookup placeholder text |
130
-
|`isMultiEntry`|`Boolean`| Whether the lookup is single (default) or multi entry. |
131
-
|`required`|`Boolean`| Whether the lookup is a required field. Note: Property can be set with `<c-lookup required>`. |
132
-
|`errors`|`[{ "id": String, "message": String }]`| List of errors that are displayed under the lookup. |
133
-
|`scrollAfterNItems`|`Number`| A null or integer value used to force overflow scroll on the result listbox after N number of items. Valid values are null, 5, 7, or 10. Use null to disable overflow scrolling. |
134
-
|`customKey`|`String`| Custom key that can be used to identify this lookup when placed in a collection of similar components. |
|`label`|`String`| Optional lookup label. Label is hidden if attribute is omitted. |
128
+
|`selection`| `[ LookupSearchResult ]| LookupSearchResult` | Lookup initial selection if any. Array for multi-entry lookup or an Object for single entry lookup.|
129
+
|`placeholder`|`String`| Lookup placeholder text |
130
+
|`isMultiEntry`|`Boolean`| Whether the lookup is single (default) or multi entry. |
131
+
|`required`|`Boolean`| Whether the lookup is a required field. Note: Property can be set with `<c-lookup required>`. |
132
+
|`errors`|`[{ "id": String, "message": String }]`| List of errors that are displayed under the lookup. |
133
+
|`scrollAfterNItems`|`Number`| A null or integer value used to force overflow scroll on the result listbox after N number of items. Valid values are null, 5, 7, or 10. Use null to disable overflow scrolling. |
134
+
|`customKey`|`String`| Custom key that can be used to identify this lookup when placed in a collection of similar components. |
0 commit comments