You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onChange 이벤트 핸들러에서, 공백처리를 추가해 isValid를 제어하도록 개선하려고 한다.
개선 이유는 게시글 댓글입력 input, DM input에서 공백만 입력할 경우엔 제출버튼을 활성화시키지 않도록 하기 위함이다.
onChange 이벤트 발생시, trim으로 공백인지 체크해 isValid를 false로 두고, isValid 값으로 버튼 활성화에 이용하면 된다.
useInput
onChange 이벤트 핸들러에서, 공백처리를 추가해 isValid를 제어하도록 개선하려고 한다.
관련 pr
#47 (comment)
Todo
The text was updated successfully, but these errors were encountered: