Skip to content

Commit

Permalink
Remove duplicate types
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Mar 18, 2024
1 parent eb3dd82 commit ba2b4ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion components/lib/listbox/ListBoxBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export const ListBoxBase = ComponentBase.extend({
filterPlaceholder: null,
filterTemplate: null,
filterValue: null,
selectOnFocus: false,
focusOnHover: true,
id: null,
itemTemplate: null,
Expand Down
10 changes: 0 additions & 10 deletions components/lib/listbox/listbox.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,16 +339,6 @@ export interface ListBoxProps extends Omit<React.DetailedHTMLProps<React.InputHT
* @defaultValue true
*/
metaKeySelection?: boolean | undefined;
/**
* When enabled, the focused tab is activated.
* @defaultValue false
*/
selectOnFocus?: false;
/**
* Whether to focus on the first visible or selected element.
* @defaultValue false
*/
autoOptionFocus?: false;
/**
* When specified, allows selecting multiple values.
* @defaultValue false
Expand Down

0 comments on commit ba2b4ce

Please sign in to comment.