Skip to content

Commit

Permalink
update recordPicker stubs with clearSelection & messageWhenBadInput (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasFoulon authored Jul 19, 2023
1 parent eff4cce commit 0c757f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lightning-stubs/recordPicker/recordPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ export default class RecordPicker extends LightningElement {
@api filter;
@api label;
@api matchingInfo;
@api messageWhenBadInput;
@api objectApiName;
@api placeholder;
@api required;
@api value;
@api variant;
@api checkValidity() {}
@api clearSelection() {}
@api reportValidity() {}
@api setCustomValidity() {}
}

0 comments on commit 0c757f6

Please sign in to comment.