Skip to content

Commit

Permalink
Fixed incorrect documentation (#7485)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasivuk authored Dec 6, 2024
1 parent 30c97d3 commit 1bb2972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/lib/dropdown/dropdown.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,12 +302,12 @@ export interface DropdownProps extends Omit<React.DetailedHTMLProps<React.InputH
checkmark?: boolean;
/**
* Template to display when filtering does not return any results.
* @defaultValue No available options
* @defaultValue No results found
*/
emptyFilterMessage?: React.ReactNode | ((props: DropdownProps) => React.ReactNode) | undefined;
/**
* Text to display when there are no options available.
* @defaultValue No results found
* @defaultValue No available options
*/
emptyMessage?: React.ReactNode | ((props: DropdownProps) => React.ReactNode) | undefined;
/**
Expand Down

0 comments on commit 1bb2972

Please sign in to comment.