onChange(e){
const phone = e.currentTarget.value.toString();
if (phone === '' || /^[0-9\b]+$/.test(phone)) {
setPhoneNumber(phone);
...
}
..
<input value={phoneNumber} ...>
bugsdb.com/_ko/debug/0f258de8c2f0c7c21244e129d737c03e
'React' 카테고리의 다른 글
[React 스터디] 4: Context (0) | 2020.09.03 |
---|---|
[React 스터디] 3 : 코드 분할 (0) | 2020.08.31 |
Styled-Components (& ~ &, & + &) (0) | 2020.08.27 |
[Hooks] 3 : useReducer (0) | 2020.08.26 |
[Hooks] 2 : useEffect (0) | 2020.08.26 |
댓글