Skip to content

Commit

Permalink
feat(HotkeysPanel): add clear button for the search input (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: kseniyakuzina <kseniyakuzina@yandex-team.ru>
  • Loading branch information
kseniya57 and kseniyakuzina authored Nov 21, 2023
1 parent 200de28 commit bb948cf
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 bb948cf

Please sign in to comment.