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 509bdbf commit 8fd0a83Copy full SHA for 8fd0a83
src/lightning-stubs/recordPicker/recordPicker.js
@@ -7,7 +7,9 @@
7
import { LightningElement, api } from 'lwc';
8
9
export default class RecordPicker extends LightningElement {
10
+ @api disabled;
11
@api displayInfo;
12
+ @api fieldLevelHelp;
13
@api filter;
14
@api label;
15
@api matchingInfo;
0 commit comments