File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments