hhkim0729 / react-signup-form

A signup form in React
https://hhkim0729.github.io/react-signup-form/
0 stars 0 forks source link

debounce 시간 안에 제출을 하면 유효성 검사가 제대로 되지 않는 문제 #56

Open hhkim0729 opened 2 years ago

hhkim0729 commented 2 years ago

중복 검사가 필요한 필드 입력 후 debounce 시간 안에 폼을 제출하면 유효한 것으로 인정되어 폼이 제출되는 문제

hhkim0729 commented 2 years ago

throttle로 고쳐서 조금 나아지긴 했지만 여전히 허점이 있음... 어떡하면 좋을지..