PoolC / Yuzuki

PoolC 홈페이지 제작 프로젝트
https://poolc.org/
MIT License
10 stars 9 forks source link

Stop submit if empty without required #116

Open kingsj0405 opened 6 years ago

kingsj0405 commented 6 years ago

스택오버플로우 글에서 textarea가 required를 체크할 때 hide되어 있는 것이 문제라고 해서 코드를 보니까 다음과 같이 되어 있습니다.

...
<label for="exampleInputPassword1">
                    내용 (<a href="/page/md_manual" target="_blank">서식 도움말</a>)
                                </label>
<textarea name="content" class="form-control" rows="20" required="" style="display: none;"></textarea>
<div class="CodeMirror cm-s-default CodeMirror-wrap">
...

CodeMirror 이슈에서 CodeMirror Maintainer가 이 이슈는 포기한 걸 보고 workaround로 해결했습니다.

hellodhlyn commented 6 years ago

113

kingsj0405 commented 6 years ago

일단 코드리뷰는 수정했는데 린트 저렇게 빡센 거 실화인가요... 너무 빡세다고 찡찡대는 이슈도 있는데 시간이 지나면 테스트 통과하지 않을까하는 안이한 생각도 들고...

kingsj0405 commented 6 years ago

수정완료