Skip to content

Commit

Permalink
feat: update recordPicker stubs with disabled & fieldLevelHelp (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
arosenbach authored Nov 3, 2023
1 parent 509bdbf commit 8fd0a83
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 @@ -7,7 +7,9 @@
import { LightningElement, api } from 'lwc';

export default class RecordPicker extends LightningElement {
@api disabled;
@api displayInfo;
@api fieldLevelHelp;
@api filter;
@api label;
@api matchingInfo;
Expand Down

0 comments on commit 8fd0a83

Please sign in to comment.