Skip to content

Commit 0c757f6

Browse files
authored
update recordPicker stubs with clearSelection & messageWhenBadInput (#330)
1 parent eff4cce commit 0c757f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lightning-stubs/recordPicker/recordPicker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ export default class RecordPicker extends LightningElement {
1111
@api filter;
1212
@api label;
1313
@api matchingInfo;
14+
@api messageWhenBadInput;
1415
@api objectApiName;
1516
@api placeholder;
1617
@api required;
1718
@api value;
1819
@api variant;
1920
@api checkValidity() {}
21+
@api clearSelection() {}
2022
@api reportValidity() {}
2123
@api setCustomValidity() {}
2224
}

0 commit comments

Comments
 (0)