We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff4cce commit 0c757f6Copy full SHA for 0c757f6
src/lightning-stubs/recordPicker/recordPicker.js
@@ -11,12 +11,14 @@ export default class RecordPicker extends LightningElement {
11
@api filter;
12
@api label;
13
@api matchingInfo;
14
+ @api messageWhenBadInput;
15
@api objectApiName;
16
@api placeholder;
17
@api required;
18
@api value;
19
@api variant;
20
@api checkValidity() {}
21
+ @api clearSelection() {}
22
@api reportValidity() {}
23
@api setCustomValidity() {}
24
}
0 commit comments