seongbin9786 / kubooki-frontend-mui

거북이 프론트엔드 - 매터리얼 UI 버전
0 stars 0 forks source link

Material-ui 기반의 컴포넌트를 사용하는 이상, Form Validation을 직접 구현해야 할 것 같음. #124

Open seongbin9786 opened 6 years ago

seongbin9786 commented 6 years ago
  1. Material-UI에서 Error일 때의 UI를 지원함

    • <FormControl error />는 input이 빨간줄로 뜨게함
    • <FormHelperText id="name-error-text">Error</FormHelperText>는 input 아래 메시지임
  2. Quill의 Error 상태는 직접 구현해야 할 듯

  3. 이미지의 Error 상태 또한 직접 구현해야 할 듯