Skip to content

Commit

Permalink
feat(HotkeysPanel): add clear button for the search input
Browse files Browse the repository at this point in the history
  • Loading branch information
kseniyakuzina committed Nov 21, 2023
1 parent 200de28 commit dd069d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/HotkeysPanel/HotkeysPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export function HotkeysPanel<T = {}>({
placeholder={filterPlaceholder}
autoFocus
className={b('search')}
hasClear
/>
<List<HotkeysListItem>
className={b('list')}
Expand Down

0 comments on commit dd069d3

Please sign in to comment.