Skip to content

Commit 87ad8b2

Browse files
committed
chore: Regenerate combo stories metadata and hook new property
1 parent 24d7934 commit 87ad8b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stories/combo.stories.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ const metadata: Meta<IgcComboComponent> = {
174174
groupSorting: 'asc',
175175
caseSensitiveIcon: false,
176176
disableFiltering: false,
177+
disableClear: false,
177178
required: false,
178179
disabled: false,
179180
invalid: false,
@@ -213,6 +214,8 @@ interface IgcComboArgs {
213214
caseSensitiveIcon: boolean;
214215
/** Disables the filtering of the list of options. */
215216
disableFiltering: boolean;
217+
/** Hides the clear button. */
218+
disableClear: boolean;
216219
/** When set, makes the component a required field for validation. */
217220
required: boolean;
218221
/** The name attribute of the control. */
@@ -329,6 +332,7 @@ export const Default: Story = {
329332
.groupSorting=${args.groupSorting}
330333
?case-sensitive-icon=${args.caseSensitiveIcon}
331334
?disable-filtering=${args.disableFiltering}
335+
?disable-clear=${args.disableClear}
332336
?open=${args.open}
333337
?autofocus=${args.autofocus}
334338
?autofocus-list=${args.autofocusList}

0 commit comments

Comments
 (0)