«field-with-errors» 태그된 질문

14
Rails 3 : "오류가있는 필드"래퍼가 페이지 모양을 변경합니다. 이것을 피하는 방법?
이메일 입력란 : <label for="job_client_email">Email: </label> <input type="email" name="job[client_email]" id="job_client_email"> 다음과 같이 보입니다 : 그러나 이메일 유효성 검사에 실패하면 다음과 같이됩니다. <div class="field_with_errors"> <label for="job_client_email">Email: </label> </div> <div class="field_with_errors"> <input type="email" value="wrong email" name="job[client_email]" id="job_client_email"> </div> 이것은 다음과 같습니다 이 모양 변경을 어떻게 피할 수 있습니까?
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.