Skip to content

Commit 5d67519

Browse files
committed
doc: validity public property
1 parent e986619 commit 5d67519

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ Sometimes, you may want to pass extra data from the lookup component to Apex. To
269269
| `required` | `Boolean` | Whether the lookup is a required field. Note: Property can be set with `<c-lookup required>`. | `false` |
270270
| `scrollAfterNItems` | `Number` | A null or integer value used to force overflow scroll on the result listbox after N number of items.<br/>Valid values are `null`, `5`, `7`, or `10`.<br/>Use `null` to disable overflow scrolling. | `null` |
271271
| `selection` | `[LookupSearchResult]` OR `LookupSearchResult` | Lookup initial selection if any. Array for multi-entry lookup or an Object for single entry lookup. | `[]` |
272+
| `validity` | `Boolean` | Read-only property that reports whether there are errors or not (see `errors`). | `false` |
272273
| `variant` | `String` | Changes the appearance of the lookup. Accepted variants:<br/>`label-stacked` - places the label above the lookup.<br/>`label-hidden` - hides the label but make it available to assistive technology.<br/>`label-inline` - aligns horizontally the label and lookup. | `label-stacked` |
273274

274275
### Functions

0 commit comments

Comments
 (0)