Skip to content

Commit

Permalink
refactor: search input props 설명 추가 (#ATR-603)
Browse files Browse the repository at this point in the history
  • Loading branch information
LC-02s committed Aug 23, 2024
1 parent 6bd15b1 commit a212f36
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,22 @@ const meta: Meta<typeof SearchInput> = {
defaultValue: { summary: 'undefined' },
},
},
onClear: {
description: 'clear button을 클릭했을 때 실행시키는 이벤트를 지정합니다.',
control: 'check',
table: {
type: { summary: 'function' },
defaultValue: { summary: 'undefined' },
},
},
onEnter: {
description: '엔터키를 입력했을 때 실행시키는 이벤트를 지정합니다.',
control: 'check',
table: {
type: { summary: 'function' },
defaultValue: { summary: 'undefined' },
},
},
},
}

Expand Down

0 comments on commit a212f36

Please sign in to comment.