이벤트 추가
This commit is contained in:
@@ -168,6 +168,7 @@ export const NoticeListPage = () => {
|
|||||||
placeholder={ t('support.notice.searchPlaceholder') }
|
placeholder={ t('support.notice.searchPlaceholder') }
|
||||||
value={ searchKeyword }
|
value={ searchKeyword }
|
||||||
onChange={ (e: ChangeEvent<HTMLInputElement>) => setSearchKeyword(e.target.value) }
|
onChange={ (e: ChangeEvent<HTMLInputElement>) => setSearchKeyword(e.target.value) }
|
||||||
|
onBlur={ onClickToAction }
|
||||||
onKeyDown={ (e: React.KeyboardEvent<HTMLInputElement>) => {
|
onKeyDown={ (e: React.KeyboardEvent<HTMLInputElement>) => {
|
||||||
if (e.key === 'Enter' && !e.nativeEvent.isComposing) {
|
if (e.key === 'Enter' && !e.nativeEvent.isComposing) {
|
||||||
onClickToAction();
|
onClickToAction();
|
||||||
|
|||||||
Reference in New Issue
Block a user