input의 disabled 속성은 인풋을 비활성화 시킨다.input 값은controlled component로 만들자.setState()에 함수를 할당하는 것을 잘 활용하면 이전 state를 손쉽게 바꿀 수 있다.