Skip to content

Commit

Permalink
update prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
OskiTheCoder committed Oct 20, 2023
1 parent 9f81d3c commit 8041304
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions easy-ui-react/src/SearchNav/Selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ import { SelectorTrigger } from "./SelectorTrigger";
export type SelectorProps<T> = AriaSelectProps<T> &
BaseSelectProps<T> & {
/**
* Hidden label that applies to expanded <SearchNav.Select> and will
* become aria-label to apply to <Menu.Section> when <SearchNav>
* collapses.
* aria-label that applies to expanded <SearchNav.Select> and
* to <Menu.Section> when <SearchNav> collapses.
*/
"aria-label": string;
};
Expand Down

0 comments on commit 8041304

Please sign in to comment.